Re: xsl doubts

Subject: Re: xsl doubts
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Tue, 07 Nov 2000 05:26:42 -0800
this should work:

&lt;script&gt;

   alert('boo');

   <xsl:variable name="foo" select="goo"/>

   alert('$foo');

   var someArray = [0,1,2]

   for (i=0;i&lt;someArray.length;i++) {
      alert('$foo: ' + i);
   }

&lt;/script&gt;



----- Original Message ----- 
From: "Subin Thampi" <subinthampi999@xxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxx>
Sent: Tuesday, November 07, 2000 2:14 AM
Subject: xsl doubts


> sir,
> 
>  1)it is permitted to use javascript in XSL.but while
> doing so how to use the operators <,>,& etc. i have
> tried to replace it using &lt;,&amp;,&gt; etc. but it
> is not working.
> 
> please send sample code too if possible.
> 
> subin
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one Place.
> http://shopping.yahoo.com/
> 
> 
>  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