summaryrefslogtreecommitdiff
path: root/tools/xml-notes-sort.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xml-notes-sort.xsl')
-rw-r--r--tools/xml-notes-sort.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xml-notes-sort.xsl b/tools/xml-notes-sort.xsl
index 9d6ac70..9a274ee 100644
--- a/tools/xml-notes-sort.xsl
+++ b/tools/xml-notes-sort.xsl
@@ -23,7 +23,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 />