[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: concat all items in a sequence
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Tue, 30 Aug 2005 16:59:14 +0300
Hi

> I'm using the following:
>
> contains(elem, val)
>
> It's possible that 'elem' can be a sequence of more than one item.
>
> The way I've code around this is to use string-join with an empty
> string as one of the arguments:
>
> contains(string-join(for $i in elem return $i, ''), val)
>
> Is there a better way?

E.g.

  some $i in elem satisfies contains($i, val)

Cheers,

Jarno

--
Kevin Energy: Live at Aventjah in Adelaide
<http://nuenergy.co.uk/new/musicEvents/djMixDetail.php?id=50>

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member