A very simple "untagger" for XML. It just removes all tags, leaving the
content.

Compile UnTag.java and UnTagHandler.java. Run it like that:

java UnTag URL

For instance:

java UnTag file:`pwd`/flowers.xml


Code stolen from James Clark's XMLtest and Dave Megginson's "Quick Start 
for SAX Application Writers". See <http://www.megginson.com/SAX/sax.html> 
for details.


--
Stphane Bortzmeyer
bortzmeyer@debian.org




