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?


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

See http://www.w3.org/TR/xpath#NT-AndExpr, i.e. <xsl:template
match="foo[@bar='baz' and @quux='blargle']">

J


 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]