You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Morgan Delagrange <mo...@apache.org> on 2001/05/02 01:37:21 UTC

[PATCH] fix CDATA deserialization

Hi all,

The current version of the String deserializer does not properly wrap
CDATA sections.  Here's a patch to fix it.

- Morgan