Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / docutil / patch-db2latex-nested-param-bug
blob21eb37111b4f7309ba6386cfa12cc4ca2675869d
1 ;; Id: patch-db2latex-nested-param-bug,v 1.1 2007/02/06 20:58:13 sra Exp 
2 ;;
3 ;; Latest version of xsltproc doesn't like <xsl:param><xsl:param/></xsl:param>.
5 --- xsl/lists.mod.xsl.~1~       Sat Jan 31 06:53:50 2004
6 +++ xsl/lists.mod.xsl   Tue Feb  6 15:41:12 2007
7 @@ -269,10 +269,8 @@
8                 </doc:notes>
9         </doc:template>
10         <xsl:template match="varlistentry">
11 -               <xsl:param name="next.is.list">
12                         <xsl:param name="object" select="listitem/*[1]"/>
13 -                       <xsl:value-of select="count($object[self::itemizedlist or self::orderedlist or self::variablelist])"/>
14 -               </xsl:param>
15 +               <xsl:param name="next.is.list" select="count($object[self::itemizedlist or self::orderedlist or self::variablelist])"/>
16                 <xsl:variable name="id">
17                         <xsl:call-template name="label.id"/>
18                 </xsl:variable>