> Can I do this from JDOM? I can't see a method in SAXBuilder > that gives me access to the underlying SAXParser. If you get the latest code from the CVS repository, you'll see a new setProperty() method. Also, you can always subclass SAXBuilder to configure the parser however you like. Alex