Skip to content

Commit

Permalink
Fixed $doc expression
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 15, 2023
1 parent 86128f5 commit ff0089a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ WHERE

<!-- <ixsl:set-style name="cursor" select="'progress'" object="ixsl:page()//body"/>-->

<xsl:variable name="doc" select="ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $content-uri || '`')" as="document-node()"/>
<xsl:variable name="doc" select="ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`')" as="document-node()"/>
<xsl:variable name="resource" select="key('resources', $about, $doc)" as="element()"/>

<xsl:for-each select="$container">
Expand Down

0 comments on commit ff0089a

Please sign in to comment.