XSLT (XSL Transformations) Question:

Explain its relationships of XSLT with XSL?

Tweet Share WhatsApp

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.

Download XSLT PDF Read All 31 XSLT Questions
Previous QuestionNext Question
Do you know what are the roles of XSLT?What is XSLT stylesheet?