You have learned XPath, what's next?

Σύνοψη του XPath

Αυτό το έγχειρο σας έχει εξηγήσει πώς να βρείτε πληροφορίες σε ένα XML έγγραφο.

Έχετε ήδη μάθει πώς να χρησιμοποιείτε το XPath για να navigating στο XML έγγραφο μέσω των στοιχείων και των ιδιοτήτων του.

You have also learned how to use some built-in standard functions in XPath.

For more information about XPath, please read our《XPath Reference Manual》。

After learning XPath, what should you learn next?

You should learn XSLT, XQuery, XLink, and XPointer next.

XSLT

XSLT is a styling language for XML files.

With XSLT, you can convert XML files to other formats, such as XHTML.

If you want to learn more about XSLT, please visit our《XSLT Tutorial》。

XQuery

XQuery is related to XML data querying.

XQuery is designed to query any data that can be presented as XML, including databases.

If you want to learn more about XQuery, please visit our《XQuery Tutorial》。

XLink and XPointer

Links in XML are divided into two parts: XLink and XPointer.

XLink and XPointer define the standard method for creating hyperlinks in XML documents.

If you want to learn more about XLink and XPointer, please visit our《XLink Tutorial and XPointer Tutorial》。