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/08 18:21:57 UTC

[RESUBMIT] [PATCH] fix CDATA deserialization (fwd)

Resubmitting...

---------- Forwarded message ----------
Date: Tue, 1 May 2001 16:37:21 -0700 (PDT)
From: Morgan Delagrange <mo...@apache.org>
To: soap-dev@xml.apache.org
Subject: [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