Skip to content

Commit

Permalink
Debug $uri and $href
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 16, 2023
1 parent 3c05679 commit 359bad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ exclude-result-prefixes="#all"
<xsl:with-param name="content-uri" select="$content-uri"/>
<xsl:with-param name="content-value" select="$content-value"/>
<xsl:with-param name="container" select="$container"/>
<xsl:with-param name="graph" select="$graph"/>
<xsl:with-param name="mode" select="$mode"/>
<xsl:with-param name="acl-modes" select="$acl-modes"/>
</xsl:call-template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,8 @@ WHERE

<xsl:variable name="graph" select="if (exists(ixsl:query-params()?graph)) then xs:anyURI(ixsl:query-params()?graph[1]) else ac:absolute-path($uri)" as="xs:anyURI"/>
<xsl:message>
$href: <xsl:value-of select="$href"/>
$uri: <xsl:value-of select="$uri"/>
$graph: <xsl:value-of select="$graph"/>
</xsl:message>
<xsl:call-template name="ldh:RDFDocumentLoad">
Expand Down

0 comments on commit 359bad2

Please sign in to comment.