[jdom-interest] JDOM + Xerces 2.2?

Mark Woon morpheus at SMI.Stanford.EDU
Sun Oct 20 14:30:11 PDT 2002


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







More information about the jdom-interest mailing list