[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Sorting parent and child as one


Subject: RE: [xsl] Sorting parent and child as one
From: "Russ Little" <russ.little@xxxxxxxxxxxx>
Date: Mon, 20 Sep 2004 10:39:00 -0400

Yes, this was precisely what I needed...thank you!  I attempted to get the
output, but it is outputting in HTML, and for some reason is not copying well.
I appreciate the assistance.

Thanks,

Russ

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Monday, September 20, 2004 10:23 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Sorting parent and child as one



Your question is far from clear, a sample output woul dhave helped, but
anyway  xsl:sort will sort whatever nodes you give it, so if you were to
go

<xsl:for-each select="CAT | CAT/LI">
  <xsl:sort select-"@TXT"/>
...

then CAT and CAT/LI nodes will be sorted in order of their TXT
attributes, that may be what you want, but it's hard to be sure.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread