Skip to content

Commit

Permalink
$row
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 20, 2023
1 parent dc3ff73 commit 87e3065
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,13 @@ WHERE
<xsl:variable name="doc" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || ac:absolute-path(xs:anyURI(ixsl:location())) || '`'), 'results')" as="document-node()"/>
<xsl:variable name="resource" select="key('resources', $about, $doc)" as="element()"/>

<xsl:variable name="row" as="node()*">
<xsl:apply-templates select="." mode="bs2:Row"/>
</xsl:variable>

<xsl:for-each select="$container">
<xsl:result-document href="?." method="ixsl:replace-content">
<xsl:apply-templates select="$resource" mode="bs2:Row"/>
<xsl:copy-of select="$row/*"/> <!-- inject the content of div.row-fluid -->
</xsl:result-document>
</xsl:for-each>

Expand Down

0 comments on commit 87e3065

Please sign in to comment.