RE: parameter
"Kay, Michael" <[email protected]> Mon, 22 Dec 2003 17:22:12 +0100
| Newsgroups | gmane.text.xml.xpath.general |
|---|---|
| Message-ID | <[email protected]> |
This list is for comments on the XPath 1.0 specification. If you need help with XSLT or XPath coding, a good place to go is the xsl-list at www.mulberrytech.com, unless your question is very specific to one product, in which case you should go to the support list for that product. Good luck and Happy Christmas, Michael Kay > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of doron tamir > Sent: 22 December 2003 13:33 > To: [email protected] > Subject: 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> >