XSLT Examples

A template contains rules to apply when a specified node is matched

The <xsl:template> Element

The <xsl:value-of> Element

The <xsl:for-each> Element

The <xsl:sort> Element

The <xsl:if> Element

The <xsl:choose> Element

Example 1
This example will add a pink background-color to the "Artist" column WHEN the price of the CD is higher than 10:
Example 2
This example will add a pink background color to the "Artist" column WHEN the price of the CD is higher than 10, and a grey background-color WHEN the price of the CD is higher than 9 and lower or equal to 10.

The <xsl:apply-templates> Element