[jdom-interest] How to override document embedded DTD?
Stefan Plattner
jdom at plattner.ws
Tue Aug 17 04:29:21 PDT 2004
Hello JDOM-Professionals!
I have a XML related question which may not really match with this list but
I really hope someone of you would be so kind to answer.
At the moment I build a JDOM document with a code snippet like this
this.builder = new org.jdom.input.SAXBuilder();
this.doc = builder.build(filename);
Is there a way to override a documented embedded DTD which is then used to
validate and for entity resolvement on parsing?
with kind regards,
Stefan
More information about the jdom-interest
mailing list