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

Finding the lowest 'price' element

Subject: Finding the lowest 'price' element
From: "tinku" <amegha1@xxxxxxxxxxxxxx>
Date: 4 May 2002 23:14:31 -0000
 Finding the lowest 'price' element
Hi all,

I have several book elements, in which each book element has a 'price' child element.

  <book>
    <price>20</price>
  </book>
  <book>
    <price>10</price>
  </book>
    .
    .
    .

Now, I need to find the lowest 'price' element using XSLT?

One solution which i think is:

1. first sort the above xml document using <xsl:sort>

2. Now we get a new tree with all the price elements in ascending order.

3. Now we will find the first 'price' element which is the lowest using the "position()" function.

Here the result tree is again fed with a new stylesheet(to find the first position), to the xslt processor.

Is there any better solution than this?

Thanks in advance!!
_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or Abroad
http://monsterindia.rediff.com/jobs



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.