[xquery-talk] eliminate duplicates from string list

Ryan Grimm grimm at oreilly.com
Fri Mar 3 21:29:57 PST 2006


You are looking for:

distinct-values(("one", "two", "one")) returns ("one", "two")

--Ryan

On Mar 3, 2006, at 9:23 PM, fatma helmy wrote:

> is there function in xquery that eliminate duplicate
> values from a list of strings?
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> talk at xquery.com
> http://xquery.com/mailman/listinfo/talk
>



More information about the talk mailing list