Loops, Conditionals, Parameters, and Variables
- Iterative loops can be created using xsl:for-each
- Conditional branching can be established using xsl:if and the xsl:choose constructs
- Parameters and variables can be declared using xsl:param and xsl:variable
- ...and accessed using the $identifier syntax.
© Copyright 2005 Michael Kröll