> Hopefully my application is built with Jdom and I was > wondering how difficult it would be to set Jdom to use > XML4J 2.0 ? JDOM has been designed to work with any XML parser. Assuming you're using SAXBuilder just pass the new parser's driver class to the SAXBuilder constructor. -jh-