[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:sort question

Subject: xsl:sort question
From: "Larry Mason" <Larry_Mason@xxxxxx>
Date: Tue, 24 Aug 1999 10:34:14 -0500
sorting question xsl

I'm trying to leverage parameter passing in the latest XT (19990822) with
sorting.  Here is my XSL.

  <xsl:variable name="sortcolumn">Site</xsl:variable>
  <xsl:variable name="sortdirection">descending</xsl:variable>

   sort=<xsl:value-of select="$sortcolumn"/>
    <xsl:apply-templates select="somedata">
      <xsl:sort select="$sortcolumn" order="descending"/>
    </xsl:apply-templates>

The problem is the data is not sorted.  If I change it to the following, it
works.
Notice the 'hard coded' value is the same as the value of the variable.  The
sort= statement
does output the proper value of the variable.

    <xsl:apply-templates select="xresource_utilization">
      <xsl:sort select="Site" order="descending"/>
    </xsl:apply-templates>

Any thoughts?
Thanks,
Larry Mason
i2 Technologies



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.