[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: regarding javascript loops

Subject: RE: regarding javascript loops
From: Astor Rivera <arivera@xxxxxxxx>
Date: Fri, 8 Feb 2002 13:42:49 -0800
javascript loop
You will have to use <![CDATA[<]]>...

I've used this various times to allow my js to work properly.

<script language="javascript" type="text/javascript" charset="utf-8">
function filldates()
{
var optionCounter;
for (optionCounter = 0; optionCounter <![CDATA[<]]> months.length;
optionCounter++)
{
   document.write("Option text is " + months.options[optionCounter].text)
   document.write(" and its value is ");
   document.write(months.options[optionCounter].value);
   document.write("")
}
}
</script>

Astor

-----Original Message-----
From: vasu deva [mailto:vsd18@xxxxxxxxxxxxxx]
Sent: Friday, February 08, 2002 1:19 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  regarding javascript loops




hello
i am fixed up with a problem
..
i have a  drop down in the html part of the xsl file and i need to run a
javascript function, which looks like
<script>
function filldates()
{
var optionCounter;
for (optionCounter = 0; optionCounter <![CDATA[<]]> months.length;
optionCounter++)
{
   document.write("Option text is " + months.options[optionCounter].text)
   document.write(" and its value is ");
   document.write(months.options[optionCounter].value);
   document.write("")
}
}

</script>

but my xsl compiler throws an error saying whitespace not allowed referring
to the " < " symbol that comes in the loop. i dont know how to resolve this
problem .. It apparently seems to be a common problem but i am not able to
solve this as i am fairly new to XSL..

please someone help me with this..
best regards,
Vasu 


 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.