You have already learned XPath, what's next?

XPath Overview

This tutorial has explained to you how to find information in XML documents.

You have already learned how to navigate XML documents using XPath through elements and attributes.

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

For more information about XPath, please read ourXPath Reference Manual

After learning XPath, what should you learn next?

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

XSLT

XSLT is a stylesheet language for XML files.

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

If you want to learn more about XSLT, please visit ourXSLT 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 ourXQuery 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 ourXLink Tutorial and XPointer Tutorial