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


Current Thread
  • [xsl] Templates
    • Dinesh Kumar - Fri, 25 Jul 2003 10:30:19 +0200
      • Marcus Andersson - Fri, 25 Jul 2003 10:48:28 +0200 <=
      • <Possible follow-ups>
      • Jim Fuller - Fri, 25 Jul 2003 09:44:41 +0100