Extensible Stylesheet Language
|
The eXtensible Stylesheet Language (XSL) is a family of languages which allows one to describe how files encoded in the XML standard are to be formatted or transformed. The family has three parts:
- XSL Transformations (XSLT): an XML language for transforming XML documents from one syntax to another
- XSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML document
- the XML Path Language (XPath): a non-XML language used by XSLT, and XLink, to access or refer to parts of an XML document.
These three specifications are the W3C Recommendations.
Contents |
The XSL family
XSL Transformations
There are currently many XSLT implementations available. Several web-browsers including Internet Explorer (using the MSXML engine), Firefox, Mozilla and Netscape (all using the TransforMiiX engine) support transformation of XML to HTML through XSLT. Other notable implementations are Saxon and Xalan.
XSL Formatting Objects
XSL Formatting Objects are less widely supported. Most (?all) current implementations are only partial. FOP, from the Apache project, can render a large portion of the XSL formatting objects specification to PDF and other output formats. The PassiveTeX package is another implementation that uses TeX to convert the output of an XSL-FO stylesheet to PDF.
More file formats are supported to various degrees.
XPath
XML Path Language (XPath) is used by XSLT to describe how to access parts of an XML document and is also considered to be part of the XSL family.
XQuery is another W3C project which is intended to provide similar capabilities for querying XML documents using XPath.
See also
External links
- XSL language definition (http://www.w3.org/Style/XSL/)
- Extensible Stylesheet Language (http://xml.coverpages.org/xsl.html)
- What is XSL-FO? (http://www.xml.com/pub/a/2002/03/20/xsl-fo.html?page=1)
- XML Focus Topics : CSS, XSL, XSL-FO (http://www.xml.org/xml/resources_focus_cssxslfo.shtml)
- XSL formatter (http://xmlroff.sourceforge.net/)
- Apache FOP (http://xml.apache.org/fop/)
- IBM XSL Formatting Objects Composer (http://alphaworks.ibm.com/tech/xfc)
- W3Cschools XSL Tutorial (http://www.w3schools.com/xsl/)de:Extensible Stylesheet Language
es:XSL fr:Extensible stylesheet language it:XSL nl:Extensible Stylesheet Language pl:XSL sv:XSL zh:XSL