try document.getDocumentElement().normalize() Jeff ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 6:41 AM Subject: SOAP to DOM
> In a handler (axis BasicHandler type), I need to transform the soap part of > the message into a Document object > I use the javax.xml.transform.Transformer and I get the Document object. > But this Document is full of "\n" and sometimes "\r" or spaces !!! ...