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

RE: grouping problem

Subject: RE: grouping problem
From: "Corey Spitzer" <cspitzer@xxxxxxxxx>
Date: Thu, 20 Sep 2001 09:38:35 -0500
RE:  grouping problem
assuming your input cid's are in alphabetic or numeric order... this should
work:

<xsl:for-each select="//concept[not(following::concept[1]/@cid=@cid)]">
<xsl:value-of select="@cid"/>
</xsl:for-each>

I would expect what you have already would work, but I think this is a
little bit more definite.. I don't know, but it's worth a try.


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of thomas george
Sent: Thursday, September 20, 2001 9:11 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  grouping problem


Hi Folks,
           I am just trying to get the unique values
of  an attribute and just not getting it. I had
succcess in getting the unique values for elements
with the same expression.Am i missing something or is
there a different way to get the unique values for
attributes

<xsl:for-each select="//conept/@cid[not(. =
following::concept/@cid)]">
<xsl:value-of select="."/>
</xsl:for-each>

The above statement doesnot give me the unique values
of the @cid attribute.

Thanks
Thomas

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

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


 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-2011 All Rights Reserved.