What is XSLT? - XML
What is XSLT?- XSLT is known as XSL Transformations - It is one of the most important part of XSL - It transforms an XML document into another XML document - It uses the XPath to navigate in XML documents - It is a W3C Recommendation
|
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.......