How is XSL used for XML?
How is XSL used for XML?
- XSL is the stylesheet language that is used only for XML and it provides variety of tools to integrate it easily.
- XML uses the predefined tags that can be used to clear the meaning of the tags and allow the use of stylesheets.
- Browser when displaying a piece of information like
tag doesn’t know how to display it so XSL comes in and define the tags that are written.
- XSL also describes the way XML document needs to be defined and executed on the browser and system.
- XSL allow the integration of it with the XML and with HTML documents so that more advanced options can be used.
▲