Thanks Boris, > Using external schema locations properties is probably an easier way, see: > > http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties > > for DOMBuilder (there are similar properties for SAX). > I already saw these properties, but I do not understand how they can be used. Is there an example or guideline available for this feature?
> > Without the XML Schema the xml validation gives lots of errors about > > unknown xml tags which are defined in the Schema. Is there a way to > > validate just against pure XML without paying attention to the XMLSchema? > > See the validation-related property: > > http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderFeatures > What I found were the features: - http://apache.org/xml/features/validation/schema - http://apache.org/xml/features/validation/schema-full-checking I'll have to try, if these fulfill my needs. Greets, Sven
