1. Is there any way I could run the parser with Lax validation. I just want to ignore elements which are not a part of the schema. I know schemas allows the 'any' content with lax validation. I am looking for something more general than that.
2. Is there a way I could force the parser to ONLY use the preloaded grammar. This is like saying ignore all grammar(DTD/Schema) specified in the document and use the grammar that was explicitly loaded. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]