Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XSLT Summary


May 28, 2021 XSL T


Table of contents


You've learned XSLT, what should I do now?

This section is a summary of the XSLT tutorial, by the end of this section, the basics of the XSLT tutorial have been explained, if you need more reference, you can visit the site's XSLT element reference manual!

XSLT Summary

This tutorial has shown you how to use XSLT to convert XML documents to other formats, such as XHTML.

You have learned how to add elements and properties to and remove elements and properties from the output file.

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

To learn more about XSLT, check out our XSLT Reference Manual.


You've learned XSLT, what should you learn next?

XSL is available in 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 properties in XML documents.

XPath is the primary element of the XSL standard for W3C. Understanding XPath is the foundation for deep use of XML.

XSL-FO

XSL-FO describes the format of XML data output to screens, paper media, or other media.

An XSL-FO document is an XML file with information about the output layout and output content.