Skip to content

Commit

Permalink
Commented out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2024
1 parent 4271790 commit a8194fe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,13 @@ WHERE
<xsl:variable name="block-html" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`'), 'block-html')" as="document-node()"/>
<xsl:message>$block-html: <xsl:value-of select="serialize($block-html)"/></xsl:message>

<!--
<xsl:for-each select="$block">
<xsl:result-document href="?." method="ixsl:replace-content">
<xsl:copy-of select="$row/*"/> <!-- inject the content of div.row-fluid -->
<xsl:copy-of select="$row/*"/>
</xsl:result-document>
</xsl:for-each>
-->

<!-- <xsl:apply-templates select="$block" mode="ldh:RenderRow"/> -->

Expand Down

0 comments on commit a8194fe

Please sign in to comment.