Skip to content

Commit 05de8ff

Browse files
committed
copy *:xsl children of //tei:constraintDecl[@scheme eq 'schematron'] to RNG
1 parent fbce4bf commit 05de8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odds/teiodds.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,7 @@ of this software, even if advised of the possibility of such damage.
24922492
</xsl:template>
24932493

24942494
<xsl:template match="tei:constraintDecl[ @scheme eq 'schematron']">
2495-
<xsl:apply-templates select="sch:*" mode="justcopy"/>
2495+
<xsl:apply-templates select="sch:*|xsl:*" mode="justcopy"/>
24962496
</xsl:template>
24972497

24982498
<xsl:template match="sch:*">

0 commit comments

Comments
 (0)