Subject: Re: displaying a list in a multi-column table
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 25 Jan 2008 14:43:38 +0000
|
On 25/01/2008, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> If the data is to be in columns, then I think it needs to be
>
> <xsl:for-each-group select="word" group-by="position() mod (last() idiv 4)">
Doesn't that still break the alphabetical ordering...?
> At least that's what the example on page 300 of XSLT Prog Ref 3rd ed says...
It's out then?!?
I must have missed the announcement....
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|