Subject: Re: Matching on multiple attributes?
From: Gavin Corfield <gavin@xxxxxxxxxxxxxxxxxx>
Date: Wed, 05 Dec 2001 18:01:09 +0800
|
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
|