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?


Not difficult!
Just replace "," with the desidered logic operator, like that:

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

:)

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?
> 
> 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]