Skip to content

Commit

Permalink
Debug $block
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2024
1 parent e7debbb commit 32f1f93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ WHERE

<!-- retrieve stored HTML before editing mode was enabled -->
<xsl:variable name="block-html" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`'), 'block-html')" as="element()"/>
<!-- <xsl:message>$block-html: <xsl:value-of select="serialize($block-html)"/></xsl:message>-->
<xsl:message>$block: <xsl:value-of select="serialize($block)"/></xsl:message>
<xsl:message>$block-html: <xsl:value-of select="serialize($block-html)"/></xsl:message>

<!-- restore snapshot of block HTML that was captured before entering editing mode -->
<xsl:for-each select="$block">
Expand Down

0 comments on commit 32f1f93

Please sign in to comment.