took care of strange texts appearing in footers

svn path=/trunk/; revision=19253
This commit is contained in:
nicoulas
2011-01-14 15:52:25 +00:00
parent fbf5450116
commit 1a1703be92
21 changed files with 40 additions and 21 deletions

View File

@@ -93,10 +93,10 @@
</xsl:element>
</xsl:template>
<!-- Do not copy <set> to output at all -->
<!-- Do not copy <set> or <text> to output at all -->
<xsl:template match="set"/>
<xsl:template match="text"/>
<!-- For all other nodes, copy verbatim -->
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>