Re: [xsl] Matching on multiple attributes?

Subject: Re: [xsl] Matching on multiple attributes?
From: Alessio Mazzieri <mazzieri@xxxxxxxxxxx>
Date: Wed, 05 Dec 2001 10:58:11 +0100
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



Current Thread