<xsl:apply-templates select="$members[position()=$cell]"/>
</xsl:when>
<xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$using.chunker != 0">
- <xsl:text> </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
+ <xsl:text> </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> </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
+ <xsl:text> </xsl:text>
</xsl:otherwise>
</xsl:choose>
</td>
</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>
<!-- ==================================================================== -->