I would like to : a) enumerate the namespaces defined by the Schema for the parsed document b) obtain the SchemaGrammar appropriate for each namespace so I could look at it ala EnumVal. I don't seem to be able do this through any API -- SchemaValidator::getGrammar gives me access to only the 'current' SchemaGrammar. Is there another way to accomplish the above that I've missed? If not, could a RefHashTableOfEnumerator<Grammar> SchemaValidator::getGrammarEnumerator() const; method be added? Alternately, a GrammarResolver * SchemaValidator::getGrammarResolver() const method would solve my problem as well, but that would require the GrammarResolver class to be DLL-exported. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
