Hi,

I am using the Sax parser to read in XML which contains multiple namespaces.
How can I get access to the GrammarResolver so that I can access some of its
functions ?

In SAX2XMLReaderImpl::Initialise the member variable fGrammarResolver is set
up, and I can also see it when inspecting that class's member variables. But
alas, using the current interface Im unable to get access.

I am able to use getRootGrammar() but this only gets me the top level, I
dont get anything else. The only other way is to get the getGrammar(...) but
that requires the namespace to be passed in and I need a list so that I can
utilise that function. I cannot see way forwards.

Any ideas ?

Thanks,

Andrea
-- 
View this message in context: 
http://www.nabble.com/Enumerating-multiple-namespaces-in-Xerces-3.00-tp25138875p25138875.html
Sent from the Xerces - C - Users mailing list archive at Nabble.com.

Reply via email to