up right
Template Instructions
xsl:apply-templates
Find correct template to apply
xsl:value-of
Evaluates select and outputs value
xsl:text
Outputs text
xsl:copy
Copy target node from source to output
xsl:copy-of
Complete tree copy
xsl:for-each
Applies same template to multiple document nodes
xsl:choose
Conditional testing with otherwise and when
xsl:if
Conditional test
xsl:call-template
Calls a named template
xsl:document
Creates a new output file
xsl:element
Generates an element in the output with specified name
xsl:attribute
Generates attribute node and applies to element
xsl:cdata
Outputs a CDATA section in the output
xsl:variable
Defines a local or global variable