]> granicus.if.org Git - docbook-dsssl/commitdiff
Support interleave as a combine choice
authorNorman Walsh <ndw@nwalsh.com>
Thu, 20 Oct 2005 12:55:21 +0000 (12:55 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 20 Oct 2005 12:55:21 +0000 (12:55 +0000)
docbook/relaxng/tools/include.xsl

index 4a916ab12d56fd81f56d659071358a815d9c17c0..9cf447c403b537c33ef45c4c06422d460d6b4640 100644 (file)
@@ -77,7 +77,8 @@
          </xsl:message>
        </xsl:if>
 
-       <xsl:if test="not(@combine) or @combine != 'choice'">
+       <xsl:if test="not(@combine)
+                     or (@combine != 'choice' and @combine != 'interleave')">
          <xsl:message>Adding override to <xsl:value-of select="@name"/></xsl:message>
          <xsl:attribute name="override">
            <xsl:value-of select="parent::rng:include/@href"/>