[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



