Ampersands in XML HTTP POST
843834Feb 3 2004 — edited Feb 4 2004Hi 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.