xsl-list
[Top] [All Lists]

AW: [xsl] compare string to a list of other strings

2011-06-16 04:38:08
Exactly what i meant...thank you !


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
 XSLT Developer 
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick(_dot_)szabo(_at_)lexisnexis(_dot_)at
Tel.: +43 (1) 534 52 - 1573 
Fax: +43 (1) 534 52 - 146 


-----Ursprüngliche Nachricht-----

Von: Florent Georges [mailto:lists(_at_)fgeorges(_dot_)org] 
Gesendet: Donnerstag, 16. Juni 2011 11:26
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] compare string to a list of other strings

Szabo, Patrick (LNG-VIE) wrote:

  Hi,

This are the strings: estg, abgb, eg, ...

I want to check if another string starts with estg, abgb oder eg.
Now i could do a very long line of "starts-with() or starts-with()"
but I'm sure there is a better way to do it right ?!

  The following expression:

    some $s in ('estg', 'abgb', 'eg') satisfies
      starts-with($input, $s)

returns true() if there is some of the strings satisfying the expression, and 
false() otherwise.

  Regards,

-- 
Florent Georges
http://fgeorges.org/




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




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