RE: Counter values in attributes??

Subject: RE: Counter values in attributes??
From: Guy_Murphy@xxxxxxxxxx
Date: Thu, 18 Feb 1999 11:40:17 +0000
Hmmm, you're advocating invalid HTML :)

Might only be a stylistic consideration, unless you want ot be able to
predict how it's rendered across different browsers.

Cheers
     Guy.






xsl-list@xxxxxxxxxxxxxxxx on 02/19/99 03:33:22 AM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  RE: Counter values in attributes??




It is my belief correct me if im wrong.  But HTML is more powerful than
that
you do not need to specify the colspan for the first row.
Just use
<TR>
   <xsl:value-of Select="Container/@Descrition"/>
</TR>
<TR>
   <xsl:for-each Select="Container">
      <TD><xsl:value-of Select="Child"/></TD>
   </xsl:for-each>
</TD>
Although this may not be stylistic I prefer a keep it simple approach'
Ohh and by the way make descrition an attribute not an element
Regards





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


Current Thread