xsl-list
[Top] [All Lists]

RE: Sorting parent and child as one

2004-09-20 07:39:00
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(_at_)nag(_dot_)co(_dot_)uk]
Sent: Monday, September 20, 2004 10:23 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
________________________________________________________________________

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



<Prev in Thread] Current Thread [Next in Thread>