[xquery-talk] Is it possible to maintain a list of value in XQuery

Andrew Welch andrew.j.welch at gmail.com
Thu May 16 02:21:34 PDT 2013


> Could you elaborate on the bigger picture? Are you running through a pile of
> data, trying to accumulate information along the way, and want to use that
> afterwards? Or is it something entirely different that you are trying to
> achieve?

It sounds like they want the equivalent of a TreeSet.... and there are
various ways to achieve that - such as appending to a sequence and
then using distinct-values() on the getter.



-- 
Andrew Welch
http://andrewjwelch.com


More information about the talk mailing list