Skip to content

Commit

Permalink
Fixed $request body
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 20, 2023
1 parent 4a984ec commit 3878320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ exclude-result-prefixes="#all"

<xsl:variable name="request-uri" select="ldh:href($ldt:base, ac:absolute-path(base-uri()), map{}, ac:absolute-path(base-uri()))" as="xs:anyURI"/>
<xsl:variable name="request" as="item()*">
<ixsl:schedule-action http-request="map{ 'method': 'POST', 'href': $request-uri, 'media-type': 'application/rdf+xml', 'body': $update-string }">
<ixsl:schedule-action http-request="map{ 'method': 'POST', 'href': $request-uri, 'media-type': 'application/rdf+xml', 'body': $constructor }">
<xsl:call-template name="onSPARQLQuerySave">
<xsl:with-param name="query-uri" select="$query-uri"/>
</xsl:call-template>
Expand Down

0 comments on commit 3878320

Please sign in to comment.