Skip to content

Commit

Permalink
Fixed map{}
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 21, 2023
1 parent f26d69c commit 6e9dd8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ LIMIT 100]]></sp:text>

<xsl:message>
$request-uri: <xsl:value-of select="$request-uri"/>
$request: <xsl:value-of select="serialize($request, { 'method': 'adaptive' })"/>
$request: <xsl:value-of select="serialize($request, map{ 'method': 'adaptive' })"/>
</xsl:message>

<xsl:variable name="request" as="item()*">
Expand Down

0 comments on commit 6e9dd8d

Please sign in to comment.