Given a SAX parser interface, implement the interface so as to remove duplicate XML tags. Ex. // input: <tag>text<b><b>bold</b> bold again</b><br/>the end </tag> // output: <tag>text<b>bold bold again</b>the end </tag>
Check out your Company Bowl for anonymous work chats.