| Element/Attribute |
Notes |
<xsl:stylesheet>
...
</xsl:styleheet> |
|
<xsl:template name='...' match='...'>
...
</xsl:template> |
See XPath Support section for details. |
| <xsl:apply-templates select='...'/> |
See XPath Support section for details. |
| <xsl:value-of select='...'/> |
See XPath Support section for details. |
<xsl:choose>
...
</xsl:choose> |
|
<xsl:when test='...'>
...
</xsl:when> |
See XPath Support section for details. |
<xsl:otherwise>
...
</xsl:otherwise> |
|
<xsl:if test='...'>
...
</xsl:if> |
See XPath Support section for details. |
| <xsl:call-template name='...'/> |
|
<xsl:attribute name='...'>
...
</xsl:attribute> |
|