Re: [xsl] Questions regarding match

Subject: Re: [xsl] Questions regarding match
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Sep 2006 13:54:18 +0100
> you can write this as

> fields[contains(field/@id, 'Metadata') and contains(field/@id, 'subject.')]

'cept there's more than one field so this version would only test the
first field in xslt1 and generate an error in xslt2.

David

Current Thread