xsl-list
[Top] [All Lists]

RE: [xsl] Questions regarding match

2006-09-01 06:24:21

Sorry, yes: I thought he really did mean "=", and then changed it back to
contains() because I wasn't sure...

Michael Kay 

-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: 01 September 2006 13:54
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Questions regarding match


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>
--~--



--~------------------------------------------------------------------
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>