Skip to main contentdfsdf
www.w3schools.com/...xpath_syntax.asp XML XPATH XSLT XSL
XPath uses path expressions to select nodes in an XML document.
Predicates are used to find a specific node or a node that contains a specific value.
Predicates are always embedded in square brackets.
By using the | operator in an XPath expression you can select several paths.
10 more annotations...
www.w3schools.com/...xpath_operators.asp XPATH XML PSI XSLT
www.w3schools.com/...xpath_nodes.asp
In XPath, there are seven kinds of nodes: element, attribute, text, namespace, processing-instruction, comment, and document (root) nodes.
Atomic values are nodes with no children or parent.
Element nodes may have zero, one or more children.
Each element and attribute has one parent.
Nodes that have the same parent.
A node's parent, parent's parent, etc.
A node's children, children's children, etc.
6 more annotations...
www.w3schools.com/...xpath_intro.asp
David Gelpi Fleta
4 items | 9 visits
Updated on Jan 12, 09 Created on Jan 12, 09
Category: Computers & Internet
URL: