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]
Other format: [Raw text]

Re: Javascript looping expression in stylesheet


Hi Zoe!

Try this

   for (var i = 1; i <= 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


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