You have learned XSLT, what's next?
XSLT Summary
This tutorial has taught you how to use XSLT to transform XML documents into other formats, such as XHTML.
You have learned how to add elements and attributes to the output file and remove elements and attributes from the output file.
You have also learned how to rearrange and sort elements, perform tests, and decide which elements to display or hide.
To learn more about XSLT, please refer to our XSLT Reference Manual.
You have learned XSLT, what should you learn next?
XSL includes three languages: XSLT, XPath, and XSL-FO, so the next step should be to learn XPath and XSL-FO.
XPath
XPath is used for navigating through elements and attributes in an XML document.
XPath is a major element of the W3C's XSL standard. Understanding XPath is fundamental to working with XML.
Without knowledge of XPath, you cannot create XSLT documents.
If you wish to learn more about XPath, please visit our XPath Tutorial.
XSL-FO
XSL-FO describes the format of XML data that is output to screens, paper, or other media.
XSL-FO documents are XML files that contain information about the layout and content of the output.
If you wish to learn more about XSL-FO, please visit our XSL-FO Tutorial.