Literal text
Character data in a template is treated as literal text.
Literal text is copied to the output.
<xsl:template match="warning"> ... WARNING: <xsl:process-children/> </xsl:template>
[back]
[toc]
[next]