XSLT: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


<font color=red>
<font color=red>
NEXT https://docs.oracle.com/javase/tutorial/jaxp/xslt/writingDom.html
NEXT  
* https://docs.oracle.com/javase/tutorial/jaxp/xslt/writingDom.html
* https://docs.oracle.com/javase/tutorial/jaxp/xslt/generatingXML.html
</font>
</font>

Revision as of 19:36, 9 November 2016

Subjects

Overview

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


NEXT