Re: [xsl] Javascript looping expression in stylesheet

Subject: Re: [xsl] Javascript looping expression in stylesheet
From: "Roma Yankin" <polfin@xxxxxxxx>
Date: Wed, 8 May 2002 23:23:34 +0400
Hi Zoe!

Try this

   for (var i = 1; i &#x3C;= nom; i++) {
                ttls[i] = ('title' + i);
                subs[i] = ('submenu' +i);
        }

However i don't know why does it fail on your PC, i get no error when
writing like this.

All the best,

Roman


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread