Latest web development tutorials

XSLT summary

XSLT summary

This tutorial has taught you how to use XSLT to transform XML documents into other formats, like XHTML.

You've learned how to add elements and attributes to the output file, and remove elements and attributes from the output file.

You also learn how to rearrange and sort elements, perform tests and decide which elements to show or hide.

To learn more about the knowledge of XSLT, please consult our XSLT reference manual .


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

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 to navigate through elements and attributes in an XML document.

XPath is the W3C's XSL standard main elements. Depth understanding of XPath using the underlying XML.

If lack of knowledge XPath aspect, you will not be able to create XSLT documents.

If you want to learn more knowledge about XPath, please visit our XPath tutorial .

XSL-FO

XSL-FO can describe the output to the screen format, paper media or other media XML data.

XSL-FO documents are XML files with information about the output layout and output of.

If you want to learn more about XSL-FO, visit our XSL-FO tutorial .