]> granicus.if.org Git - docbook-dsssl/commitdiff
Set priority="-1" on match="/" template in stripns.xsl, to
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 25 Mar 2006 17:19:04 +0000 (17:19 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 25 Mar 2006 17:19:04 +0000 (17:19 +0000)
suppress "Ambiguous rule match" warnings.

xsl/common/stripns.xsl

index c5fe643959d01c7273c942354a138f5a789700d3..dd8fbbf51963325d0a0554b8bba8f1b0c8a8d018 100644 (file)
   <xsl:copy/>
 </xsl:template>
 
-<xsl:template match="/">
+<xsl:template match="/" priority="-1">
   <xsl:choose>
     <xsl:when test="function-available('exsl:node-set')
                     and (*/self::ng:* or */self::db:*)">