Literal result elements
Literal result elements are copied into the output:
<xsl:template match="horizontal-rule"> <HR/> </xsl:template>
In this case, HR is a literal result element.
[back]
[toc]
[next]