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