XSLT Template Tricks

  1. The <xsl:apply-templates> element defines a set of nodes to process.
  2. Use <xsl:value-of> to write the string value of an expression.
  3. Iterate through a list with the <xsl:for-each> instruction.