Subject: Re: xsl doubts
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Tue, 07 Nov 2000 05:26:42 -0800
|
this should work:
<script>
alert('boo');
<xsl:variable name="foo" select="goo"/>
alert('$foo');
var someArray = [0,1,2]
for (i=0;i<someArray.length;i++) {
alert('$foo: ' + i);
}
</script>
----- 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 <,&,> 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
|