XML Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
XSLT Elements as Programming Statements
This chapter provides tutorial notes and example codes on XSLT programming statements. Topics include introduction of XSLT elements: 'value-of', 'variable', 'for-each', 'if', and 'choose'; example XSLT templates with programming techniques of declaring variables, evaluating expressions, running loops, generating conditional outputs.
These sections are omitted from this Web preview version. To view the full content, see information on how to obtain the full version this book.
"value-of" - Evaluating XPath String Expressions
Examples of Using "value-of" Elements
"{expression}" - Shorthand of "value-of" Elements
"variable" - Declaring Variables
"for-each" - Looping through a Node Set
Examples of Using "for-each" Elements
"if" - The Conditional Element
"choose" - The If...Else Element
Takeaways:
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