Running XPath on child node.
- by Jeeyoung Kim
Hi.
I'm trying to do a xpath lookup on nodes returned by xpath lookup, but it doesn't seem to work as I expected.XPaths executed on the child nodes of a document seem to be executd against hthe root node of the document (in the example, the inventory tag.), instead of the root of the provided node.
Am I missing something here? I'm new to XPath.
…