RE: Making balanced two-column tables from one-column data

Subject: RE: Making balanced two-column tables from one-column data
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Wed, 19 Jan 2000 13:55:09 -0700
I was mistaken here; the count will apply to COMPONENT children of COMPONENT
children of the current node.

<xsl:for-each select="COMPONENT[position() lt;= ceiling(count(COMPONENT) div
2)]">

Try this:

<xsl:for-each select="COMPONENT[position() lt;= ceiling(count(../COMPONENT)
div 2)]


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


Current Thread