We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bccfdf commit 40516b6Copy full SHA for 40516b6
1 file changed
tools/convert_xsl/iso_schematron_skeleton_for_saxon.xsl
@@ -516,7 +516,10 @@ which require a preprocess.
516
which I find a bit surprising but anyway I'll use the longr faster version.
517
-->
518
<xsl:variable name="context-xpath">
519
+<!--
520
<xsl:if test="$attributes='true' and parent::node() ">@*|</xsl:if>
521
+-->
522
+ <xsl:if test="$attributes='true'">@*|</xsl:if>
523
<xsl:choose>
524
<xsl:when test="$only-child-elements='true'">*</xsl:when>
525
<xsl:when test="$visit-text='true'">node()</xsl:when>
0 commit comments