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

xsl sort: using element attribute as sort key!

Subject: xsl sort: using element attribute as sort key!
From: "Adam J Knight" <adam@xxxxxxxxxxxxxxxxx>
Date: Mon, 18 Apr 2005 10:28:33 +1000
 xsl sort: using element attribute as sort key!
Hi all,

I am trying to sort based on an elements attribute. Doesn't seem to work.
Can i do this, and if so, what am i doing wrong?
Replies greatly appreciated!

$sort parameter = 'name'
$dir parameter = 'descending'

xml structure:
<dfile>
  <df_data_row>
    <df_data column='name'>Value</df_data>
  </df_data_row>
  <df_data_row>
    <df_data column='phone'>Value2</df_data>
  </df_data_row>
</dfile>

<xsl:if test="$sort">
  <xsl:apply-templates select="dfile/df_data_row">
    <xsl:sort select="df_data/@column = $sort" order="$dir"></xsl:sort>
  </xsl:apply-templates>
</xsl:if>

Cheers,
Adam
 

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.