Hello,

I hava to get some parameters from a form but I'm stuck.

I have some code like in my html file (created with an xsl transformation):

....
<index NAME="Prices Index">

<tr>
<td class="text_align_right_without">Prices Index : From :
</td><td class="text_align_left_without"><input name="numericindex_Start" size="10" type="text"></td>


</tr>
<tr>
<td class="text_align_right_without">
To :
</td><td class="text_align_left_without"><input name="numericindex_End" size="10" type="text"></td>
</tr>

</index>


And I want to get : "Prices Index", "numericindex_Start" and "numericindex_End", in the file created by my custom requestgenerator, like this :

<parameters name="numericindex_Start">
<value>Prices Index<value>
<value><value>



---------------------------------------------------------------------
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