XSLT Examples
<xsl:template>
Element
Template containing rules to apply when a specified node matches
<xsl:value-of>
Element
Extracts the value of a selected node
<xsl:for-each>
Element
Selects each XML element in a specified node set using the <xsl:for-each>
element
Filter the output of the node set
<xsl:sort>
Element
Sort the output of the node set
<xsl:if>
Element
Place a conditional test on the content of the XML file