[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Templates
Subject: Re: [xsl] Templates
From: "Marcus Andersson" <marcan@xxxxxxx>
Date: Fri, 25 Jul 2003 10:48:28 +0200
|
Try:
<xsl:template match="Foobar[IsGod=1 and IsDevil=0]">
I'm not sure this is what you mean but...
/Marcus
----- Original Message -----
From: "Dinesh Kumar" <dkumar@xxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, July 25, 2003 10:30 AM
Subject: [xsl] Templates
> Hello,
> How can I add more than one criteria to
>
> <xsl:template match="Foobar[IsGod=1]">
>
> to have something like
>
> <xsl:template match="Foobar[IsGod=1,IsDevil=0]">
>
> which does not work!
>
>
> Thanks
> dinesh
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|