Re: [xsl] Dynamic Sort Value Solved

Subject: Re: [xsl] Dynamic Sort Value Solved
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Jul 2003 15:46:54 +0100

  I just need to supply a pattern to the value instead of a variable...

  <xsl:sort select="//filterOrderBy/@value" order="ascending" />

I didn't catch the beginning of this thread but that can't possibly be
what you want. Your sort key starts with // so it will be the same for
every item, so nothing will be sorted at all as you'll just be comparing
the same value over and over again.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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


Current Thread