Subject: Re: 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: 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
| Current Thread |
- Templates
- Dinesh Kumar - Fri, 25 Jul 2003 04:30:57 -0400 (EDT)
- Marcus Andersson - Fri, 25 Jul 2003 04:48:03 -0400 (EDT) <=
- <Possible follow-ups>
- Jim Fuller - Fri, 25 Jul 2003 04:45:04 -0400 (EDT)
|
|