XSLT: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
=Overview= | =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]] | Extensible Stylesheet Language Transformations (XSLT) is a language for transforming XML documents into other XML documents, or other formats. It is part of [[XSL]]. | ||
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
- https://docs.oracle.com/javase/tutorial/jaxp/xslt/writingDom.html
- https://docs.oracle.com/javase/tutorial/jaxp/xslt/generatingXML.html
- https://docs.oracle.com/javase/tutorial/jaxp/xslt/transformingXML.html