[Home] [By Thread] [By Date] [Recent Entries]
On Oct 19, 2004, at 10:53 AM, Aaron Johnson wrote:
So far I have this, but all it does is make the table disappear completely. Here's what I have for a similar problem: <xsl:template match="xhtml:table">
<xsl:choose>
<xsl:when test="@width='98%'">
<div class="record">
<xsl:apply-templates/>
</div>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>Bruce
|

Cart



