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? Explain its relationships with XSL - XML
XSLT stands for eXtensible Stylesheet Language Transformations. It is a language used to convert XML documents to XHTML or other XML documents.......
What is XSLT stylesheet? - XML
XSL 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.......
Discuss the role of XPATH - XML
XPATH is used to scan the XML document for navigation of elements and attributes.....
Post your comment