Venki,
There is no problem posting an XML string from a page to a servlet. I've
done it before. You must not be reading the correct request
parameter.  Post your code.
The only issue I have seen is that you can't output your XML within an HTML
page w/o escaping the '<' and '>' characters. Outputting the XML by itself
isn't a problem.

Regards,

Richard

At 03:59 PM 4/26/2002 -0400, you wrote:
>Hi,
>    I am trying to post an XML string from a form using a text box. The
>action servlet curiously doesn't seem to pick up the string. HttpRequest is
>returning a null. I am suspecting that it might be due to the XML format of
>the string (that is "<" and ">" symbols and other XML params). I am
>wondering if some one has attempted a similar thing and got it working.
>Please let me know. Thanks.
>
>Venki
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to