XSLT
- XSLT
- Extensible Stylesheet Language Transformation (XSL
Transformation).
XSLT defines how to transform an XML document into another XML document. XSLT is often used to define how XML should be transformed and formatted into HTML (or XHTML) for rending on a web page. XSLT is itself written in XML.
An XSLT processor typically takes an XML source document and a XSLT stylesheet to produce a new output document.
cf .xslt file extension.
For more information see:
- www.w3.org/TR/xslt - W3C Recommendations for XSL Transformations (XSLT) Version 1.0
- http://everything.explained.at/XSL_Transformations/ - XSL Transformations explained.
- www.w3schools.com/XML/xml_xsl.asp - XML and XSLT.
- www.w3schools.com/xsl/xsl_intro.asp - XSLT Introduction.