Introduction to XSLT - 0 views
-
How Does it Work? In the transformation process, XSLT uses XPath to define parts of the source document that should match one or more predefined templates. When a match is found, XSLT will transform the matching part of the source document into the result document.
-
XSLT Uses XPath XSLT uses XPath to find information in an XML document. XPath is used to navigate through elements and attributes in XML documents.
-
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...