Skip to content

Commit

Permalink
<xsl:template match="*" mode="path">
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 16, 2024
1 parent 4724f00 commit 170c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/resolve-paths.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
</xsl:choose>
</xsl:template>

<xsl:template match="@*|*" mode="path">
<xsl:template match="*" mode="path">
<xsl:param name="p" />
<xsl:variable name="q"
select="substring-before(concat($p,'/'),'/')" />
Expand Down

0 comments on commit 170c42d

Please sign in to comment.