parameter

Hello there to all,

I work with oracle servlet that create xml pages from my queries.
The I publishing it with xsl and xPath to html.
I try to get my form parameter, the oracle servlet return the input
fields of html form as :
<request>
<parameters>
<row>
<parm1>ANY VALUE</parm1>
</row>

Received on Monday, 22 December 2003 08:32:57 UTC