OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML-DOM problem



Hi,
    I am diaplaying an XML file using the JTree of the swing API in Java (parsing it with  DOM).  Now, I a want to remove all white spaces from the XML file so that they will not be visible as an empty Node in the tree. Anyone can help me about it?