Re: [xsl] Sort by one attribute & use Muenchian technique to group by another attribute?

Subject: Re: [xsl] Sort by one attribute & use Muenchian technique to group by another attribute?
From: "James A. Robinson" <jim.robinson@xxxxxxxxxxxx>
Date: Wed, 10 Jun 2009 12:20:58 -0700
> Thank you James, that works great.  I see what you did there, very nice.  I will adapt this to our actual xsl now and see how it goes.
> 
> Martin - Thanks for your approach as well, I am having a bit of trouble getting the exsl ns to work through IE, but I'll keep at it.

One advantage that the technique which EB outlined has is that it won't
run the risk of a stack overflow, which my example can run afoul of
(given a large enough set).  So if the dependency on the incrementing
nature of @order isn't a problem, I'd favor his example over mine.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       jim.robinson@xxxxxxxxxxxx
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)

Current Thread