Thanks so much everyone.

I ended up with the following :

<xsl:for-each select="/Chart/ChartBody/Record">
<tr>
<xsl:if test="position() mod 2 = 1">
<xsl:attribute name="class">tblAltRow</xsl:attribute>
</xsl:if>
        <td><xsl:value-of select="Bullet"/></td>
        <td><xsl:value-of select="ThisWeek"/></td>
        <td><xsl:value-of select="LastWeek"/></td>
        <td><xsl:value-of select="TimesIn"/></td>
        <td><xsl:value-of select="HighPoint"/></td>
        <td><xsl:value-of select="Title"/></td>
        <td><xsl:value-of select="Artist"/></td>
        <td><xsl:value-of select="Accreditation"/></td>
        <td><xsl:value-of select="Company"/></td>
        <td><xsl:value-of select="CatalogueNo"/></td>
</tr>
</xsl:for-each>


Lindsay, the MS XMLDOM object im using borks at the "expr" attribute...
"test" seems to work fine.

Thanks again everyone.
____________________________
James Silva
Web Production
Gruden Pty Ltd

Tel:   +61 02 9956 6388
Fax:   +61 02 9956 8433
Email: [EMAIL PROTECTED]
Web:   http://www.gruden.com
____________________________

*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to