[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Output sorted XHTML table for a subset of elements
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 ======================================================================
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|