Re: Carriage Return Issue

2007-01-03 Thread Michael Glavassevich
bimba <[EMAIL PROTECTED]> wrote on 01/03/2007 09:04:43 AM: > Hi, > > I am currently using the latest xercesImpl.jar and xml-apis.jar > > I have an org.w3c.dom.Document object, which I need to serialize. > I was using an old version of xerces-J_1.4.0.jar and the > XMLSerializer to serialize and

Carriage Return Issue

2007-01-03 Thread bimba
Hi,I am currently using the latest xercesImpl.jar and xml-apis.jarI have an org.w3c.dom.Document object, which I need to serialize.I was using an old version of xerces-J_1.4.0.jar and the XMLSerializer to serialize and it was working fine.With the new xercesImpl.jar and xml-apis.jar I am having pro