Most templates have the following form:
<xsl:template match="para"> <p><xsl:apply-templates/></p> </xsl:template>
The whole <xsl:template> element is a template
The match pattern determines where this template applies
Literal result elements come from non-XSL namespace(s)
XSLT elements come from the XSL namespace