XML Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
XSLT (XSL Transformations) Introduction
This chapter provides tutorial notes and example codes on XSLT (XSL Transformations). Topics include introduction to XSLT (XSL Transformations); syntax of stylesheet, template, apply-templates elements; including literal texts and XML elements in transformation output; calling a transformation inside another transformation; using default transformation template.
What Is XSLT (XSL Transformations)
"stylesheet" - The Stylesheet Declaration Element
"template" - The Template Declaration Element
Including Literal XML Elements in Templates
"apply-templates" - The Child Transformation Call Element
How the Transformation Process Gets Started
Default Transformation Template
Takeaways:
Exercise: Write a template that produces no output.
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