XSLT: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 15: Line 15:
* https://docs.oracle.com/javase/tutorial/jaxp/xslt/transformingXML.html
* https://docs.oracle.com/javase/tutorial/jaxp/xslt/transformingXML.html
</font>
</font>
=Concepts=
==XSLT Template==
{{External|https://www.w3.org/TR/xslt-30/#rules}}

Latest revision as of 02:14, 1 July 2021

Subjects

Overview

Extensible Stylesheet Language Transformations (XSLT) is a language for transforming XML documents into other XML documents, or other formats. It is part of XSL.


NEXT

Concepts

XSLT Template

https://www.w3.org/TR/xslt-30/#rules