First page Back Continue Last page Overview Graphics
Structure of an XSL stylesheet
Most templates have the following form:
<xsl:template match="emphasis">
<i><xsl:apply-templates/></i>
</xsl:template>
The whole <xsl:template> element is a template
The match pattern determines where this template applies