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?
|