What are the different types of parts used in XSL?
What are the different types of parts used in XSL?
- XSL is used to describe the stylesheet language and it also describes the XML document that needs to be displayed.
- XSL consists of three parts and it allows the displaying of it using the web browser:
- XSLT: this is also known as the transformation of extensible style sheet and it provides the language for transformation.
- XPath: is used to provide the navigation path of the XML document to navigate it through the browser.
- XSL-FO: is used as a language for the transformation of XML documents and use it to provide more flexibility.