Skip to content

Commit

Permalink
Correct id in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 25, 2024
1 parent 61b0c1a commit 129fa10
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 @@ -363,7 +363,7 @@
<xsl:text>@</xsl:text>
</xsl:if>
<xsl:value-of
select="concat(name(),' ',.,' in ',generate-id(self::* | ..))" />
select="concat(name(),' ',.,' in ',generate-id(ancestor-or-self::*[1]))" />
</xsl:message>
</xsl:if>
<xsl:copy>
Expand Down

0 comments on commit 129fa10

Please sign in to comment.