[jdom-interest] xerces 1.4.1 and full schema support
Nikolaos Giannadakis
ngiann at csd.uoc.gr
Wed Jul 4 08:14:40 PDT 2001
Dear all,
Any ideas how to enable full schema support using xerces 1.4.1 as a
(SAX)builder for jdom documents?
regards,
nikolas/
ps.
to enable full schema support with xerces 1.4.1, one has to do something
like this:
parser.setFeature("http://apache.org/xml/features/validation/schema-full-che
cking", true);
...while simple validation is treated as a separate feature (?).
Unfortunately, the Builders provided in the JDom api have only a
setValidation method to use.
More information about the jdom-interest
mailing list