xsl-list
[Top] [All Lists]

Re: Comparing sequences

2006-02-08 11:28:56
On 2/8/06, cknell(_at_)onebox(_dot_)com <cknell(_at_)onebox(_dot_)com> wrote:
Given two sequences where:

$seq-a = 001,030,021,008
and
$seq-b = 005,030,026,009

How do I write an expression that returns true if any item in $seq-a is found 
in $seq-b?

isn't it just:

test="$seq-a = $seq-b"

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