> > Nodes which are not used in this replacing process (no data transferred > from the other application for this unique placeholder) are removed from > the tree as it is not neccessary for this document. >
My guess, but I'm no expert, is that the DOMTree contains text nodes representating whitespace surrounding the (unused) nodes you delete. You probably will have to also delete (some of) these text nodes to remove the blank lines from the serialization output. Jeroen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
