summaryrefslogtreecommitdiff
path: root/tools/xml-notes-dump.xsl
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-08-08 18:02:14 +0300
committerdefanor <defanor@uberspace.net>2023-08-08 18:08:54 +0300
commit00445262469de2eac7908dfbd5318b67a4345a6e (patch)
tree80128fa7d454031c962cdbef97b0ad657a958ed4 /tools/xml-notes-dump.xsl
parentb7d04fb5f51312beb433cc1f5e9d76b8a8195ab2 (diff)
Set the priority for catch-all templates to -1
The default may be >= 0, see <https://www.w3.org/TR/1999/REC-xslt-19991116#dt-default-priority>.
Diffstat (limited to 'tools/xml-notes-dump.xsl')
-rw-r--r--tools/xml-notes-dump.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xml-notes-dump.xsl b/tools/xml-notes-dump.xsl
index 79b9606..c1ba20b 100644
--- a/tools/xml-notes-dump.xsl
+++ b/tools/xml-notes-dump.xsl
@@ -16,7 +16,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 />