summaryrefslogtreecommitdiff
path: root/tools/xml-notes-limit.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xml-notes-limit.xsl')
-rw-r--r--tools/xml-notes-limit.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xml-notes-limit.xsl b/tools/xml-notes-limit.xsl
index 149cbd9..4b8a223 100644
--- a/tools/xml-notes-limit.xsl
+++ b/tools/xml-notes-limit.xsl
@@ -12,7 +12,7 @@
</xsl:copy>
</xsl:template>
- <xsl:template match="node()" priority="0">
+ <xsl:template match="node()" priority="-1">
<xsl:copy>
<xsl:copy-of select="@*" />
<xsl:apply-templates />