Subject: Re: Javascript looping expression in stylesheet
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 8 May 2002 13:03:46 -0600 (MDT)
|
Zoe Peng wrote:
> I am going to include a javascript inside the stylesheet. It works in
> some javascripts. But, it fails when I try to use for function.
> some charactures can't escape such as for (var i = 1; i <= nom; i++) {}
> It fails in = sign or & sign. any ideas? Thanks.
Use "<" or "&" for "<" or "&", respectively.
- Mike
____________________________________________________________________________
mike j. brown | xml/xslt: http://skew.org/xml/
denver/boulder, colorado, usa | resume: http://skew.org/~mike/resume/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|