Hello,
I am trying to do something similar but a bit different. I have some javascript code which generates some XML which I then post through a form to a jsp page. The XML has some & characters in which are written into the XML as &. However, when I post the form the XML that comes out in the JSP page has the & character and not &. If I do view source of the page that is being submitted in the form it is in the correct form &
Can anyone help ?
Thanks
Andy Cox