YouTip LogoYouTip

Xpath Summary

## XPath Summary ## XPath Overview This tutorial has taught you how to locate information within XML documents. You have learned how to navigate XML documents using XPath through elements and attributes. You have also learned how to use certain built-in standard functions in XPath. For more information about XPath, please read our "(#)". * * * ## You've learned XPath β€” what should you learn next? Next, you should learn XSLT, XQuery, XLink, and XPointer. ### XSLT XSLT is a stylesheet language for XML files. With XSLT, you can transform XML files into other formats, such as XHTML. If you wish to learn more about XSLT, please visit our "(#)". ### XQuery XQuery relates to querying XML data. XQuery is designed to query any data that can be represented in XML form, including databases. If you wish to learn more about XQuery, please visit our "(#)". ### XLink and XPointer Links in XML are divided into two parts: XLink and XPointer. XLink and XPointer define standard methods for creating hyperlinks within XML documents. If you wish to learn more about XLink and XPointer, please visit our "(#)".
← Xpath FunctionsXpath Examples β†’