[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Two column HTML output


Subject: RE: Two column HTML output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 11 May 2000 15:10:20 +0100

Another FAQ.

<xsl:template match="item[position() mod 2 = 1]">
   <tr>
   <td><xsl:value-of select="."/></td>
   <td><xsl:value-of select="following::item"/></td>
   </tr>
</xsl:template>

Mike Kay


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



Current Thread