I have loaded the grammar up as follows..
Grammar* g = myDOMLSParser->loadGrammar(myDOMLSInput, Grammar::DTDGrammarType, true);
What I want to know is what the publicId / systemId is of Grammar g. Any ideas or suggestions?
I have loaded the grammar up as follows..
Grammar* g = myDOMLSParser->loadGrammar(myDOMLSInput, Grammar::DTDGrammarType, true);
What I want to know is what the publicId / systemId is of Grammar g. Any ideas or suggestions?