Skip to content

Commit

Permalink
Added serialize() call
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Aug 13, 2024
1 parent 338270f commit 03f07eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ exclude-result-prefixes="#all"
<xsl:param name="show-edit-button" as="xs:boolean?"/>

<xsl:message>
ldh:LoadBlockObjectMetadata $resource: <xsl:value-of select="$resource"/>
ldh:LoadBlockObjectMetadata $resource: <xsl:value-of select="serialize($resource)"/>
</xsl:message>

<xsl:choose>
Expand Down

0 comments on commit 03f07eb

Please sign in to comment.