Templates are "pictures" of the result.
They are associated with the input document by matching patterns.
Elements in the XSLT namespace are replaced by their actions.
Literal elements are copied to the output.
Example:
<xsl:template match="para"> <p><xsl:apply-templates/></p> </xsl:template>