About 51 results
Open links in new tab
  1. XPath Tutorial - W3Schools

    XPath Path Expressions XPath uses path expressions to select nodes or node-sets in an XML document. These path expressions look very much like the path expressions you use with traditional …

  2. XPath Examples - W3Schools

    Let's try to learn some basic XPath syntax by looking at some examples.

  3. XPath Nodes - W3Schools

    XPath Terminology Nodes In XPath, there are seven kinds of nodes: element, attribute, text, namespace, processing-instruction, comment, and root nodes. XML documents are treated as trees …

  4. XPath Axes - W3Schools

    XPath Axes An axis represents a relationship to the context (current) node, and is used to locate nodes relative to that node on the tree.

  5. XPath, XQuery, and XSLT Function Reference - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  6. W3Schools Tryit Editor

    The W3Schools online code editor allows you to edit code and view the result in your browser

  7. PHP xpath () Function - W3Schools

    Definition and Usage The xpath () function runs an XPath query on the XML document.

  8. XSL (T) Languages - W3Schools

    XSLT Uses XPath XSLT uses XPath to find information in an XML document. XPath is used to navigate through elements and attributes in XML documents. If you want to study XPath first, please read our …

  9. XSLT Transformation - W3Schools

    Learn about XSLT transformations, including how to use XSLT to transform XML documents into HTML, XHTML, or other XML document formats.

  10. XQuery Functions - W3Schools

    XQuery Functions XQuery is built on XPath expressions. XQuery 1.0 and XPath 2.0 share the same data model and support the same functions and operators. XPath Operators XPath Functions You …