| XSL Element | Description |
|---|---|
| xsl:apply-templates | Find correct template to apply |
| xsl:template | Defines a template for output based on a pattern |
| xsl:element | Generates an element in the output with specified name |
| xsl:attribute | Generates attribute node and applies to element |
| xsl:value-of | Evaluates select and outputs value |
| xsl:text | Generates text literaly |
| xsl:copy and xsl:copy-of | Shallow (resp. deep) copy of a target node from source to output |
| xsl:choose | Conditional testing with xsl:otherwise and xsl:when |
| xsl:for-each | Applies same template to multiple document nodes |
| xsl:if | Conditional test |
| xsl:sort | Sort the elements |
21 of 34 |