Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions trunk/schematron/code/iso_svrl_for_xslt2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
validate with schemas from either namespace.


History:
History:
2017-12-14
* Changed attribute name from "document" to "documents" in active-pattern (as defined in svrl.rnc)
2010-07-10
* MIT license
2010-04-14
Expand Down Expand Up @@ -548,7 +550,7 @@ THE SOFTWARE.
<xsl:param name="see" />
<xsl:param name="space" />
<svrl:active-pattern >
<axsl:attribute name="document">
<axsl:attribute name="documents">
<axsl:value-of select="document-uri(/)" />
</axsl:attribute><!-- If XSLT1 remove this -->
<xsl:if test=" string( $id )">
Expand Down