Re: [xsl] displaying a list in a multi-column table

Subject: Re: [xsl] displaying a list in a multi-column table
From: "Michael Tracey Zellmann" <tracey.zellmann@xxxxxxxxx>
Date: Fri, 25 Jan 2008 09:57:24 -0500
You're right - alphabetical down columns. I am trying it out. Right
now getting an empty table, but let me dig around a little.

On Jan 25, 2008 9:55 AM, John Snelson <john.snelson@xxxxxxxxxx> wrote:
> Andrew Welch wrote:
> > 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...?
>
> The idea is that alphabetical ordering is maintained down columns,
> rather than across rows.
>
> John
>
> --
> John Snelson, Oracle Corporation            http://snelson.org.uk/john
> Berkeley DB XML:        http://www.oracle.com/database/berkeley-db/xml
> XQilla:                                  http://xqilla.sourceforge.net

Current Thread