Subject: Re: bad match expression
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 2 Feb 2006 09:57:38 GMT
|
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
________________________________________________________________________
|