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]

Plse Help! something to do with counter....


Hi, I'm trying to create a form with checkboxes using XSLT, with each 
checkbox a different name, like "c1", "c2" util the last.  a checkbox will 
be assign to each item in the XML.

Is there a way to make a auto-increment counter and use it in the following 
tag?
<input type="checkbox" name="XXX" value="{Index}">

its java counterpart may look something like this..
(within a for loop)
"<input type=\"checkbox\" name=\"c" + i +"....."
where i will increment.

Sorry for my poor elaboration...

Thanks!
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 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]