XSLT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Extensible Stylesheet Language Transformations (XSLT) is a language for transforming XML documents into other XML documents, or other formats. | Extensible Stylesheet Language Transformations (XSLT) is a language for transforming XML documents into other XML documents, or other formats. | ||
<font color=red> | |||
NEXT https://docs.oracle.com/javase/tutorial/jaxp/xslt/writingDom.html | |||
</font> |
Revision as of 19:35, 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 https://docs.oracle.com/javase/tutorial/jaxp/xslt/writingDom.html