Skip to content

Commit

Permalink
Fix $row-form type again
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 18, 2024
1 parent e5597a9 commit 1faf5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ WHERE
</xsl:when>
<!-- POST or PUT constraint violation response is 422 Unprocessable Entity, bad RDF syntax is 400 Bad Request -->
<xsl:when test="?status = (400, 422) and starts-with(?media-type, 'application/rdf+xml')"> <!-- allow 'application/rdf+xml;charset=UTF-8' as well -->
<xsl:variable name="row-form" as="element()*">
<xsl:variable name="row-form" as="node()*">
<xsl:apply-templates select="?body" mode="bs2:RowForm"/>
</xsl:variable>

Expand Down

0 comments on commit 1faf5a2

Please sign in to comment.