This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xsl doubts


this should work:

<script>

   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@yahoo.com>
To: <XSL-List@mulberrytech.com>
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]