Phill_Perryman at Mitel.COM writes: > So once I have extended SAX handler how do I actually use it to build a > document, do I then have to extend SAXBuilder as well to use my new > SAXHandler. Yes currently you'd have to also extend SAXBuilder and have createContentHandler return a instances of your SAXHandler. Brad