Re: [xsl] Test syntax, compare a string to a list and return true if there's an exact match

Subject: Re: [xsl] Test syntax, compare a string to a list and return true if there's an exact match
From: Peter Desjardins <peter.desjardins.us@xxxxxxxxx>
Date: Thu, 12 Aug 2010 14:15:55 -0400
On Thu, Aug 12, 2010 at 2:10 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:

> Simply compare to a sequence of string values e.g.
>  following-sibling::*[number($checkPosition)]/@class
>  = ('MyTagClassTwo', 'MyTagClassThree')

That is simple, you can tell I'm new at this. I'll put the sequence of
string values in a parameter and I'll be able to reuse my template in
different situations.

Thanks very much!

Peter

Current Thread