|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: Making balanced two-column tabl, Mike Brown | Thread | RE: Making balanced two-column tabl, Linda van den Brink |
| RE: Basic XSL techniques, Mike Brown | Date | Re: xml typesetting, Sebastian Rahtz |
| Month |