Any element in a template rule that is not in the XSL (or other extension) namespace is copied literally to the result tree
<p>...</p>
Elements in the XSL namespace:
<xsl:text>
<xsl:value-of>
<xsl:element>
<xsl:attribute>
...