XPath Syntax - 0 views
-
Selecting Nodes XPath uses path expressions to select nodes in an XML document.
-
Expression Description nodename Selects all child nodes of the named node / Selects from the root node // Selects nodes in the document from the current node that match the selection no matter where they are . Selects the current node .. Selects the parent of the current node @ Selects attributes
-
Selecting Several Paths By using the | operator in an XPath expression you can select several paths.
- ...10 more annotations...