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]

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


Justin,
You can't increment counters in xslt.
Depending on the structure of your xml you might be able to do something
like
<input type="checkbox" name="XXX" value="c{count(checkbox}" />

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Poh Justin KT
>Sent: 30 April 2001 05:00
>To: xsl-list@lists.mulberrytech.com
>Subject: [xsl] 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
>


 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]