[jdom-interest] JDOM + Xerces 2.2?
Norrman Per
per.norrman at canovia.se
Tue Oct 22 00:43:54 PDT 2002
Hi,
try setting this feature:
SAXBuilder builder = new SAXBuilder(true);
builder.setFeature(
"http://apache.org/xml/features/validation/schema",
true
);
document = builder.build(inStream);
/pmn###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
More information about the jdom-interest
mailing list