Skip to content

Commit

Permalink
'results'
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 15, 2023
1 parent dbe10cd commit e568451
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,10 +1283,10 @@ WHERE

<!-- <ixsl:set-style name="cursor" select="'progress'" object="ixsl:page()//body"/>-->
<xsl:message>
$about: <xsl:value-of select="$about"/> base-uri(): <xsl:value-of select="base-uri()"/>
$about: <xsl:value-of select="$about"/> ac:absolute-path(base-uri()): <xsl:value-of select="ac:absolute-path(base-uri())"/>
</xsl:message>

<xsl:variable name="doc" select="ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || ac:absolute-path(base-uri()) || '`')" as="document-node()"/>
<xsl:variable name="doc" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || ac:absolute-path(base-uri()) || '`'), 'results')" 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 e568451

Please sign in to comment.