xsl-list
[Top] [All Lists]

Re: Templates

2003-07-25 01:48:28
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(_at_)amadeus(_dot_)net>
To: <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



<Prev in Thread] Current Thread [Next in Thread>