RE: [xsl] Matching on multiple attributes?

Subject: RE: [xsl] Matching on multiple attributes?
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 5 Dec 2001 11:52:47 +0200
> 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


Current Thread