[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Plse Help! something to do with counter....


Subject: [xsl] Plse Help! something to do with counter....
From: "Poh Justin KT" <nitsujpoh@xxxxxxxxxxx>
Date: Mon, 30 Apr 2001 12:00:12 +0800

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




Current Thread
Keywords