]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove reference to obsolete using.chunker parameter
authorNorman Walsh <ndw@nwalsh.com>
Fri, 10 May 2002 22:36:40 +0000 (22:36 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 10 May 2002 22:36:40 +0000 (22:36 +0000)
xsl/html/lists.xsl
xsl/html/pi.xsl

index bbdf382c1ff145b1102381da3f4853e55be803e5..9c5d9bf22478a319922f2731404d13e7cf4c268f 100644 (file)
           <xsl:apply-templates select="$members[position()=$cell]"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:choose>
-            <xsl:when test="$using.chunker != 0">
-              <xsl:text>&#160;</xsl:text>
-            </xsl:when>
-            <xsl:otherwise>
-              <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
-            </xsl:otherwise>
-          </xsl:choose>
+          <xsl:text>&#160;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
           <xsl:apply-templates select="$members[position()=$cell]"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:choose>
-            <xsl:when test="$using.chunker != 0">
-              <xsl:text>&#160;</xsl:text>
-            </xsl:when>
-            <xsl:otherwise>
-              <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
-            </xsl:otherwise>
-          </xsl:choose>
+          <xsl:text>&#160;</xsl:text>
         </xsl:otherwise>
       </xsl:choose>
     </td>
index cec5d162b9114c5a1da8f8a4d55df9837d66b2c9..07485c1bf02014ead33771bb920df0db82c9470b 100644 (file)
 </xsl:template>
 
 <xsl:template match="processing-instruction('dbhtml')">
-  <xsl:if test="$using.chunker">
-    <xsl:processing-instruction name="dbhtml">
-      <xsl:value-of select="."/>
-    </xsl:processing-instruction>
-  </xsl:if>
+  <!-- nop -->
 </xsl:template>
 
 <!-- ==================================================================== -->