Re: [xsl] Output sorted XHTML table for a subset of elements

Subject: Re: [xsl] Output sorted XHTML table for a subset of elements
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 27 May 2008 11:03:14 -0400
Steven,

At 06:53 AM 5/25/2008, Martin wrote:
Here is an XSLT 1.0 stylesheet making use of exslt:node-set:

...


I think libXSLT supports exsl:node-set.

Note that Martin's solution works by running two passes over the data. This makes the problem much more tractable, since he is able to group the nodes after they have been filtered and sorted. Pulling them directly into their groups is hard since which groups they belong in is a bit of information not explicit in the source data.


If you didn't want to use the extension function, you could achieve this by splitting the logic into two stylesheets. Filter and sort your elements with one stylesheet, then format them with another.

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread