Unfortunately due to the nature of the product I am working on, I am unable to include code here, but do indeed have the pretty printing on my serializer.... I will try to remove this and see what I get...... I can also explain that I am doing a lot of replaceChild() and appendChild() calls...........
Thanks, Fran David Bertoni <[email protected]> 06/15/2009 01:10 PM Please respond to [email protected] To [email protected] cc Subject Re: Fw: Problem with extra lines (0x0D0A) in XML file Fran Orzel wrote: > > Hi, > > I am developing an application that reads an xml file, manipulates the > data as needed (searches, deletes, changes) and then re-writes the XML > file. When this application runs I end up with all the required > data/elements in the XML file, but I also get several lines of 0x0D0A in > the file..... Here is the output file: > > Any ideas about why I might be getting all these extra lines? Perhaps you've enabled pretty printing for the DOMLSSerializer? Since you haven't provided any code, all anyone can do is guess. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
