Re: [xsl] Sorting, but then splitting into 5 <ul> columns

Subject: Re: [xsl] Sorting, but then splitting into 5 <ul> columns
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 06 Aug 2008 10:19:47 -0400
At 09:46 AM 8/6/2008, Martin wrote:
Dan Acuff wrote:

Is there a way to do this possibly by using the results of the first
category template and processing it in a new template?

That raises the question whether you want to use XSLT 1.0, XSLT 1.0 with extension function exsl:node-set, or XSLT 2.0?

And of whether, if using XSLT 1.0, pipelining two stylesheets is possible, or whether we are really baking bread with our elbows. (It has been done.)


Or to be more specific: no, it isn't possible in XSLT 1.0 to process the results of one template with another, without using features or techniques devised to do so. (These include the extension function and pipelining stylesheets. For reasons lost in the depths of history, XSLT 1.0 was deliberately designed without this capability unassisted.) But it would be possible to get your desired output using other approaches.

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