Sorry, I'm posting an addendum to my last post in order to clarify what I'm asking ...
A configuration file has already been written as an XNI sample (xerces-2_0_1\samples\xni\parser\NonValidatingParserConfiguration.java) to create a non-validating parser. 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. I want to pass this configuration file into the DOM constructor. This is all similar to the XNI sample above. I'm having troubles on the way. My configuration file compiles and I'm able to obtain the DOM in memory, but the XML instance being inputted is not being validated against the schema. Can anybody offer me any advice to get over this barrier? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
