My first thought would be that some of the enclosed HTML content is parsed
by the XML parser. Is this HTML fragment enclosed inside a CDATA section ?
You could also perhaps do a quick test by using a much more simplified HTML
content to see if it still fails...
--
Patrice
> Hi,
>
[quoted text clipped - 18 lines]
>
> Any help would be really appreciated.
cashdeskmac - 13 Jul 2007 12:38 GMT
Hi Patrice,
I don't think this is the issue, as when the page loads it retrieves
paragraphs from the data layer which are in exactly the same format, just
with different wording. They seem to pass through the web service layer with
no problem.
When changing a paragraph, I upload a new file containing the paragraph and
this is sent down through the web service layer along with the other
paragraph (which is to be deleted). I was thinking that perhaps it was the
size of these two files which was causing the problem.