Subject: Re: 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 |
|
Alessio Mazzieri - Wed, 5 Dec 2001 04:55:39 -0500 (EST) <=
Gavin Corfield - Wed, 5 Dec 2001 05:03:50 -0500 (EST)
Jarno . Elovirta - Wed, 5 Dec 2001 04:52:50 -0500 (EST)
|
|