What is the main focus of XSL?
What is the main focus of XSL?
- XSL is also known as Extensible Stylesheet Language and it was needed for the XML based stylesheet.
- XSL provides the way to integrate its functions in the HTML using its predefined tags.
- HTML has the meaning of each tag and with each tag some attributes are associated so that it can be utilized to assign the styles.
- The tags can be easily opened and used using the XSL that defines the tag and allow the browser to display it.
- For example: <table> tag that is used in HTML defines the table and when it executed on browser the browser displays it.