I have a html (XSL) page that call an
applet.
this applet takes parameters...
(easy for now!)
I need to create params with a incremental variable...
Like that:
<PARAM NAME="NODE1" ...>
<PARAM NAME="NODE2" ...>
<PARAM NAME="NODE3" ...>
<PARAM NAME="NODEX" ...>
Where X will be 4 then 5 then 6 ....
HOW CAN I DO THAT???
I cant use JavaScript because the </script> and I cant refer to my vairable... (I think...) and in my XSL, I cant use <xsl:variable name="myCPT" select="0">
<xsl:variable name="myCPT" select="$myCPT+1">
???
I know that dosent sound clear but i'm not able to tell it more friendly.... hope that you will understand and reply!
Take care
(here it's 25C outside with a beautifull sun! and I had to code inside!!!)