Skip to content

Commit

Permalink
Prevent schematron-related SXWN9000 Saxon error
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Dec 21, 2018
1 parent f1476d7 commit 411e1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
<xsl:template match="*" mode="check"/>

<xsl:template mode="check-cycles" match="sch:rule">
<xsl:param name="nodes" select="/.."/>
<xsl:param name="nodes"/>
<xsl:param name="node-to-check"/>
<xsl:variable name="nodes-or-self" select="$nodes|."/>
<xsl:choose>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
<xsl:template match="*" mode="check"/>

<xsl:template mode="check-cycles" match="sch:rule">
<xsl:param name="nodes" select="/.."/>
<xsl:param name="nodes"/>
<xsl:param name="node-to-check"/>
<xsl:variable name="nodes-or-self" select="$nodes|."/>
<xsl:choose>
Expand Down

0 comments on commit 411e1a7

Please sign in to comment.