Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ampersands in XML HTTP POST

843834Feb 3 2004 — edited Feb 4 2004
Hi All,

I am working on a project where XML files are received through HTTP POSTs.

When I am receiving the XML String as a parameter it (the string) is being broken up into sections.

sXML = getParameter("XMLString");

However, the XML contains ampersands (& &apost;..etc) and the getParameter is only capturing up until the first ampersand. It appears to be behaving as if there is another parameter there.

Any help would be great!

Thanks,

Teddy.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2004
Added on Feb 3 2004
3 comments
122 views