Hi that is the same problem I have. Can you give me a hint about removing this ignorable whitespace textnodes. I think that's also my problem because I was wondering about nodes I'd never created in my DOM but wich where accessible in a nodelist of my examplecode :-( Maybe you can send me a piece of code for removing them or tell me how to accomplish that.
thanks in advance daniel [EMAIL PROTECTED] schrieb am 16.05.01: > It's not necessarily what you're doing wrong, it's simply that the > OutputFormat and the DOMWriter are not perfect. They parse in the > whitespace and send it back out in some odd fashion that I don't quite > understand. > > I've had this problem as well and I tried to fix it by telling Xerces to > drop ignorableWhitespace, but that did not work for me. In the end, I > created a small bit of code that traverses the DOM tree looking for > ignorable whitespace text nodes and then removing them. The output then was > formatted properly. ------------------------------------------ Daniel Pfuhl mailto:[EMAIL PROTECTED] ______________________________________________________________________________ Ferienklick.de - 225 Reisekataloge auf einen Blick! Direkt zu Ihrem Traumurlaub: http://ferienklick.de/?PP=2-0-100-105-0 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
