[jdom-interest] xerces 1.4.1 and full schema support
Andy Clark
andyc at apache.org
Wed Jul 4 20:31:04 PDT 2001
Nikolaos Giannadakis wrote:
> parser.setFeature("http://apache.org/xml/features/validation/schema-full-che
> cking", true);
Schema validation is enabled by default in Xerces. Of course,
this relies on the validation feature also being enabled (the
default is false) but this is controlled by setValidation, as
you said. The schema-full-checking feature is a performance
feature related to computationally-intensive Schema checks on
the grammar document instance. I believe that there is some
text in the documentation that describes this. If not, please
ask on the xerces-j-user mailing list.
--
Andy Clark * IBM, TRL - Japan * andyc at apache.org
More information about the jdom-interest
mailing list