XSLT ---- the XML Stylesheet Language for Transformations。
This the transformation language, which lets you transform XML into some other format. For example, you might use XSLT to produce HTML, or a different XML structure. You could even use it to produce plain text or to put the information in some other document format.
XSLT can be used for many purposes. For example, you could generate PDF or postscript from the XML data. But generally, XSLT is used to generated formatted HTML output, or to create an alternative XML representation of the data.
This the transformation language, which lets you transform XML into some other format. For example, you might use XSLT to produce HTML, or a different XML structure. You could even use it to produce plain text or to put the information in some other document format.
XSLT can be used for many purposes. For example, you could generate PDF or postscript from the XML data. But generally, XSLT is used to generated formatted HTML output, or to create an alternative XML representation of the data.