What Does Extensible Stylesheet Language Mean?
Extensible style language (XSL) is a style sheet language that is used for transforming and presenting XML documents. XSL is formalized as a specification World Wide Web Consortium (W3C).
The XSL specification is composed of three parts:
- XML Based Language: This is used for transforming XML documents, which is known as XSL transformation (XSLT)
- XML Based Language (2): This specifies the visual format of XML document, which is known as XSLformatting objects (XSL-FO).
- Non-XML Based Language: This addresses specific parts of XML document, known as XML Path Language (XPath).
Techopedia Explains Extensible Stylesheet Language
For example, if an XML page contains a table describing company employees, XML describes this data, while XSL is used by the Web browser to render the data. Data color, fonts and other attributes are stored within the code for XSL, rather than XML.
XSL is critical to organizing data in a presentable, understandable format that can be easily classified (i.e., color in cell headers). XSL contains timing data that can be shown or hidden by developers according to a predetermined schedule. XSL may also contain template-descriptive data that can be reused with more than one XML page.
XSL is often viewed as an extension of the Document Style Semantics and Specification Language (DSSSL) with CSS1 standards.