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

Re: sorting based on a variable

Subject: Re: sorting based on a variable
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 12 Nov 2002 23:41:09 +0100
Re:  sorting based on a variable
Do you use an older Xalan version (e.g. 2.2)? A few days ago I had the same problem with such an old version. Try "data[position() = $column]". You can also try Michael's suggestion using number($column), maybe there is only a problem with the evaluating $column to a number.

Joerg

Kasper Nielsen wrote:
hi (another question)

lets say I want to some data for the $column data-column

<projects>
  <project name="a">
    <data> 1237</data>
    <data> 1234</data>
    <data> 1235</data>
    <data> 1236</data>
  </project>
  <project name="b">
    <data> 12</data>
    <data> 41234</data>
    <data> 51235</data>
    <data> 71236</data>
  </project>
  <project name="c">
    <data> 1</data>
    <data> 41234</data>
    <data> 51235</data>
    <data> 71236</data>
  </project>
</projects>

so if $column=1 then it would sort them into {project name="c", project
name="b", project name="a"}
however i've tried
<xsl:for-each select="projects/project">
    <xsl:sort select="./data[$column]" data-type="number"/>
but it doesn't work?
however if just use something like
    <xsl:sort select="./data[1]" data-type="number"/> it works fine

anyone can tell me what im doing wrong?

regards
  Kasper Nielsen


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.