Hello, how can my stylesheet get all the http request parameters since the
http request sends a variable number of parameters named "checkedbox_i" for
example, "i" being an unique identifier ? checkboxes are in variable number
on the submit page, depending on a former choice.

on the submit page the user chose the checkboxes to check then submitted.

Best idea would be a javascript to create an unique parameter "checkboxes"
with i1_i2_i3... for value, then xsl could do substrings ?

Thanks for any idea. the unknown data is the number of checkboxes, and the
number of them to be checked... then the checked ones are used to match
against an xml file and construct final html output (another form).
Hoping that I am clear enough.

Babs


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to