ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error

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

First Element in Sorted List

Subject: First Element in Sorted List
From: John <john-xsl-list@xxxxxxxx>
Date: Wed, 01 Jun 2005 06:38:59 -0700
first element of a list
I am hoping to to confirm something before going in the wrong direction.

My process needs to take action on the first element in a list of elements where the logic to determine first is the lowest numeric value of the sortorder attribute. I don't believe there is a one-line way to do this - I believe the entire list must be sorted, and then the position of each element after sort compared to determine if it is first.

Is there a shorter/less expensive way to code the following

<xsl:for-each select="item">
  <xsl:sort select="@sortorder" data-type="number" />
  <xsl:if test="position() = 1">
    <!-- this is the first element in the sorted list -->
  </xsl:if>
</xsl:for-each>

I searched and found examples using this technique, but nothing really saying that this was the best or only approach.

Thanks in advance,

-John

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.