Page 1 of 1

How XSLT works?

Posted: Thu Aug 22, 2019 3:04 pm
by admin
XSLT: It is a language for transforming XML documents into various other types of documents. It is used to define the transformation rules to be applied on the target XML document. The XSLT processor takes the XSLT stylesheet and applies the transformation rules on the target XML document and then it generates a formatted document in the form of XML, HTML, or text format. At the end it is used by XSLT formatter to generate the actual output and displayed on the end-user.

Image representation:
Image

Image Credit: JavaTPoint