Hi all, I am parsing an instance with an associated schema using DOMParser. I am trying to differentiate between errors parsing the schema and errors parsing the instance. Currently I can't tell in the call to error(). This is all so I know when I can reuse grammar in the parser. Obviously if I fail to parse the schema I don't want to reuse the grammar. I was looking atTraverseSchema::reportSchemError but I'm not sure how to hook into it. It seems kinda deep. I also can't seem to hook the XMLScanner's Error reporter since the DOMParser keeps it under wraps.
Any thoughts? Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
