What are the roles of XSLT? - XML
What are the roles of XSLT?The roles of XSLT are:
1. XSLT is used to transform an XML document into another XML document such as HTML, etc. 2. XSLT can be used to add or remove elements and attributes to or from the output file. 3. XSLT can also be used for rearranging and sorting elements. 4. It can also be used for performing tests and making decisions about hiding and displaying of elements.
|
What is XSLT stylesheet? - XMLXSL stylesheet is just like a XML document used as a program text or a source. It contains sets of rules and instructions used for transformations.......