Elliotte Rusty Harold wrote: > What are the lines of your code that are loading this document? Are > you turning on validation? Yes: SAXBuilder builder = new SAXBuilder(true); document = builder.build(inStream); -Mark