Re: [xsl] bad match expression

Subject: Re: [xsl] bad match expression
From: Terence Kearns <terence.kearns@xxxxxxxxxxxxxxx>
Date: Thu, 9 Feb 2006 18:24:11 +1100
That's much cleaner. I guess I'll wait to use XSLT2 when the web
browsers start supporting it. I'm not sure if the built-in libxml
based extensions of PHP support it.

On 02/02/06, David Carlisle <davidc@xxxxxxxxx> wrote:
>  match="FormElement[@type='text' or @type='password' or @type='submit'
>  or @type='reset']">
>
>
> or, if you are using xslt2, the equivalent but shorter
>
>  match="FormElement[@type=('text,'password','submit','reset')]"
>
> David
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread