Introduction to XSLT - 0 views
-
What is XSLT? XSLT stands for XSL Transformations XSLT is the most important part of XSL XSLT transforms an XML document into another XML document XSLT uses XPath to navigate in XML documents XSLT is a W3C Recommendation
-
XSLT is used to transform an XML document into another XML document, or another type of document that is recognized by a browser, like HTML and XHTML. Normally XSLT does this by transforming each XML element into an (X)HTML element.
-
A common way to describe the transformation process is to say that XSLT transforms an XML source-tree into an XML result-tree.
- ...2 more annotations...