You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/09/16 17:12:54 UTC

DO NOT REPLY [Bug 23196] New: - Whitespace in serialized DOM Documents

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23196>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23196

Whitespace in serialized DOM Documents

           Summary: Whitespace in serialized DOM Documents
           Product: Axis
           Version: 1.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: michel@informatik.uni-marburg.de


Theres probably a bug in the serialization of DOM documents. In the 
deserialized Documents there is some extra whitespace that wasn't in Document 
when it has been sended from the web service. I think its a problem with the 
serialization of DOM Elements so that whitespace will be generated during 
serialization on the web service side and then the whitespace won't be removed 
from this document on the client side.