If the field "value" is missing then I get a XMLException and a XMLDomException so I putted a single catch, instead of doing 2 separated catch err as XMLException and catch err as XMLDOMException.
Hmmm... I should double check, but you should only get an exception if the contents of "value" isn't a valid XPath query. If the query is fine and it simply doesn't find any nodes, you should get back an XMLNodeList with a length of 0.
Double check was "value" is when the exception gets thrown. I bet its wonky.
-stephen _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
