xsl-list
[Top] [All Lists]

Re: concat all items in a sequence

2005-08-30 07:03:14
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)

Ahh yes, very nice, thanks Jarno.

--~------------------------------------------------------------------
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>