xsl-list
[Top] [All Lists]

Re: [xsl] Questions regarding match

2006-09-01 05:54:34

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>