XSL Transformations (XSLT) is a declarative, XML-based language used for the transformation of XML documents into other XML documents. The original document isn't changed; rather, a new document is created based on the content of an existing one. XSL Transformations (XSLT) The new document may be serialized (output) by the processor in standard XML syntax or in another format, such as HTML or plain text.See e. g., http://www.w3.org/TR/xslt#output, specifying alternate output methods. XSLT is of… (More on Xslt) |