RE: [xsl] need a hint on matching table cells

Subject: RE: [xsl] need a hint on matching table cells
From: "Brad Miller" <Brad.Miller@xxxxxxxxxxx>
Date: Wed, 17 Jul 2002 13:16:47 -0700
~Maybe you could post the "CELL" template?

I originally tried doing the xsl:if tests in the template but ended up with the same exact results. So I went back to just this:

<xsl:template match="CELL">
   	<xsl:apply-templates/>
</xsl:template>

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread