Handle the title element type
It turns out that we don't have to...
The "built-in" rule does what we want!
This rule is an implicit part of every stylesheet.
<xsl:template match="*|/"> <xsl:process-children/> </xsl:template>
[back]
[toc]
[next]