Skip to content

Commit

Permalink
Debug ldh:LoadBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Sep 17, 2024
1 parent a369f15 commit 0d47e31
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,11 @@ exclude-result-prefixes="#all"
<xsl:param name="acl-modes" as="xs:anyURI*"/>
<xsl:param name="doc" as="document-node()"/>
<xsl:param name="refresh-content" as="xs:boolean?"/>


<xsl:message>
serialize(.): <xsl:value-of select="serialize(.)"/>
serialize(ancestor::div[@about]): <xsl:value-of select="ancestor::div[@about]"/>
</xsl:message>
<xsl:variable name="this" select="ancestor::div[@about][1]/@about" as="xs:anyURI"/>
<xsl:variable name="block-uri" select="(@about, $this)[1]" as="xs:anyURI"/> <!-- fallback to @about for charts, queries etc. -->

Expand Down

0 comments on commit 0d47e31

Please sign in to comment.