Hi,
when I call
element.removeChild(child);
the named child is removed from the DOM tree, but an empty line is left. How can I automatically remove this empty line? I�m using Java 1.5.0_02. XML data is stored in an org.w3c.dom.Document.
Thanks for your help. DMS