"Morealli, Lori" wrote: > My problem: I'm trying to write a configuration file that extends > org.apache.xerces.parsers.StandardParserConfiguration to configure the > parser for validation against a schema.
When you say "a schema" do you mean XML Schema? If so, StandardParserConfiguration is already configured to include the XMLSchemaValidator in the pipeline. The validator is included if you turn on validation and validation/schema features as suggested by Joe. Thx, -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
