Skip to content

Commit

Permalink
XPath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jan 4, 2025
1 parent 441ece5 commit 91aee0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ WHERE

<xsl:template match="a[not(@target)][@href]" mode="ixsl:onclick">
<xsl:message>WTF
starts-with(resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="starts-with(resolve-uri(@href, ldh:base-uri(.))"/>
resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="resolve-uri(@href, ldh:base-uri(.))"/>
</xsl:message>
</xsl:template>

Expand Down

0 comments on commit 91aee0e

Please sign in to comment.