Latest web development tutorials

XPath summary

XPath Summary

XPath Summary

This tutorial has taught you how to find information in an XML document.

You have to learn how to use XPath to navigate through elements and attributes in an XML document.

You also learn how to use some of the standard built-in XPath functions.

For more information about XPath, please read our " XPath Reference Manual ."


You have learned XPath, what the next step should be to learn?

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

XSLT

XSLT stylesheet language for XML documents.

By XSLT, you can transform XML documents into other formats, like XHTML.

If you want to learn more about XSLT, please visit our " XSLT tutorial ."

XQuery

XQuery and XML data query related.

XQuery is designed to query XML can be used as any form of presentation of data, including databases.

If you want to learn more about XQuery, visit our " XQuery tutorial ."

XLink and XPointer

Linking in XML is divided into two parts: XLink and XPointer.

XLink and XPointer define a standard way to create a hyperlink in an XML document.

If you want to learn more about XLink and XPointer, visit our " XLink and XPointer tutorial tutorials ."