XPath Tutorial
- Previous Page XPath Tutorial
- Next Page XPath Introduction
XPath είναι μια γλώσσα που χρησιμοποιείται για την αναζήτηση πληροφοριών σε έγγραφα XML. Η XPath μπορεί να χρησιμοποιηθεί για την εξερεύνηση στοιχείων και ιδιοτήτων σε έγγραφα XML.
XPath is a language used to find information in XML documents. XPath can be used to traverse elements and attributes in XML documents.
Therefore, understanding XPath is the foundation for many advanced XML applications.
XPath Reference Manual
At CodeW3C.com, we provide a complete reference manual for the built-in functions of XPath 2.0, XQuery 1.0, and XSLT 2.0.
Content Directory
- XPath Introduction
- This chapter explains the concepts of XPath.
- XPath Nodes
- This chapter introduces different types of nodes in XPath, as well as the relationships between nodes.
- XPath Syntax
- This chapter explains the syntax of XPath.
- XPath Axes
- This chapter explains XPath axes (axes).
- XPath Operators
- This chapter lists the operators that can be used in XPath expressions.
- XPath Examples
- This chapter uses the "books.xml" document to demonstrate some XPath examples.
- XPath Summary
- This article includes a summary of the knowledge learned in this tutorial, as well as the next steps we recommend you should learn.
XPath Reference Manual
- XPath Functions
- Built-in functions of XPath 2.0, XQuery 1.0, and XSLT 2.0.
- Previous Page XPath Tutorial
- Next Page XPath Introduction