xsl-list
[Top] [All Lists]

Re: select distinct

2005-06-26 23:34:55
Hi,
  With XSLT 1.0, you can use Muenchian grouping
method:
With this, you can make groups by Muenchian method,
and select 1st element of the group.

With XSLT 2.0, you can use distinct-values method ..

Regards,
Mukul

--- -= jay =- <deepsweech(_at_)gmail(_dot_)com> wrote:

hey huys how would i do like a select distinct for
multiple nodes with
the same value?

<xtags:forEach

select="//SERVICE[LISTOFLOCATIONS/LOCATION/LOCATIONID='3']">
                        This is Number 3
</xtags:forEach>

I would like to display "This is Number 3" once.

thanks,
-- 
*-::jay::-*


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>