I\'m looking for a simple Java snippet to remove empty tags from a (any) XML structure
bla <
With XSLT you could transform your XML to ignore the empty tags and re-write the document.