Skip to content

Commit

Permalink
XPath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 16, 2023
1 parent 9d03868 commit 8aee991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ WHERE

<xsl:call-template name="ldh:RDFDocumentLoad">
<xsl:with-param name="uri" select="$uri"/>
<xsl:with-param name="graph" select="if (exists(ixsl:query-params()?graph)) then ixsl:query-params()?graph[1] else ac:absolute-path($uri)"/>
<xsl:with-param name="graph" select="if (exists(ixsl:query-params()?graph)) then xs:anyURI(ixsl:query-params()?graph[1]) else ac:absolute-path($uri)"/>
<xsl:with-param name="refresh-content" select="$refresh-content"/>
</xsl:call-template>
</xsl:template>
Expand Down

0 comments on commit 8aee991

Please sign in to comment.