Re: [xsl] Comparing sequences

Subject: Re: [xsl] Comparing sequences
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 8 Feb 2006 18:28:56 +0000
On 2/8/06, cknell@xxxxxxxxxx <cknell@xxxxxxxxxx> 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"

Current Thread