Skip to content

Commit

Permalink
Amend key
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 24, 2023
1 parent b70c69c commit 1fa7078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/schematron-merge.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<xsl:copy-of select="@*"/>
<xsl:merge>
<xsl:merge-source for-each-item="collection($path)" select="schematron-output/failed-assert">
<xsl:merge-key select="@location" order="ascending"/>
<xsl:merge-key select="failed-assert/@location" order="ascending"/>
</xsl:merge-source>
<xsl:merge-action>
<xsl:sequence select="current-merge-group()"/>
Expand Down

0 comments on commit 1fa7078

Please sign in to comment.