This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Matching on multiple attributes?


Emiliano wrote:
> 
> I want to match a template on multiple attributes, like
> 
> <xsl:template match="foo[@bar='baz',@quux='blargle']"> etc, only in a
> way that is valid XLS :) How to go about this?

<xsl:template match="foo[@bar='baz'][@quux='blargle']" >

gavin
> 
> Emile
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]