[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: displaying a list in a multi-column table

Subject: Re: displaying a list in a multi-column table
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 25 Jan 2008 14:23:57 +0000
Re:  displaying a list in a multi-column table
On 25/01/2008, John Snelson <john.snelson@xxxxxxxxxx> wrote:
> Hi Michael,
>
> You've got a grouping problem - which is easier to solve in XSLT 2.0.
> You can use something like this:
>
> <table>
>    <xsl:for-each-group select="word" group-by="position() mod 4">
>      <tr>
>        <xsl:for-each select="current-group()">
>          <td><xsl:value-of select="."/></td>
>        </xsl:for-each>
>      </tr>
>    </xsl:for-each-group>
> </table>

That's a nice way of grouping... something that I hadn't considered
until now - but in this case will break the alphabetical ordering
won't it?  (you'll get positions 1, 5, 9 etc in the first column)


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.