About 424,000 results
Open links in new tab
  1. XPath Tutorial - W3Schools

    XPath Standard Functions XPath includes over 200 built-in functions. There are functions for string values, numeric values, booleans, date and time comparison, node manipulation, …

  2. XPath Syntax - W3Schools

    XPath uses path expressions to select nodes or node-sets in an XML document. The node is selected by following a path or steps.

  3. XML and XPath - 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 expressions you see when you …

  4. XPath Examples - W3Schools

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

  5. 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 …

  6. 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, …

  7. 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.

  8. W3Schools Tryit Editor

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

  9. 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, …

  10. XSLT Introduction - W3Schools

    XSLT, XPath, and XQuery Functions XSLT 2.0, XPath 2.0, and XQuery 1.0, share the same functions library. There are over 100 built-in functions. There are functions for string values, …