XSLT (XSL Transformations) Question:
Explain its relationships of XSLT with XSL?
Answer:
XSLT stands for eXtensible Stylesheet Language Transformations. It is a language used to convert XML documents to XHTML or other XML documents. This conversion is done by transforming each XML element into an (X)HTML element.. it uses XPath to find information in a XML document. XSLT is nothing but transforming XSL's. Xpath defines the parts of the source document that must match one or more predefined templates. Once a match is found, XSLT will transform the match into the result document.
Previous Question | Next Question |
Do you know what are the roles of XSLT? | What is XSLT stylesheet? |