XML Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
Control and Generate XML Element in the Result
This chapter provides tutorial notes and example codes on output XML elements. Topics include controlling output format with the 'output' element; generating XML elements with literal XML elements, 'element' elements and/or 'copy' elements; copying everything from source to result.
"output" - The Output Format Control Element
Generating Transformation Output in XML Format
"element" and "attribute" - Constructing Output Elements
Takeaways:
Question: Does anyone know what "preserve-space" is for?
Table of Contents
Introduction of XML (eXtensible Markup Language)
DOM (Document Object Model) Programming Interface
SAX (Simple API for XML) Programming Interface
DTD (Document Type Definition) Introduction
Validating an XML Document against the Specified DTD Document Type
XSD (XML Schema Definition) Introduction
Validating XML Documents Against Specified XML Schemas
XSL (Extensible Stylesheet Language) Introduction
XSLT (XSL Transformations) Introduction
XSLT Elements as Programming Statements
►Control and Generate XML Element in the Result
PHP Extensions for XML Manipulation
Processing XML with Python Scripts
XML Tools Plugin for Notepad++
XML Plugin Packages for Atom Editor