I'm adding schemas like this:
parser->loadGrammar(*is, Grammar::SchemaGrammarType, true);
I have three schemas: first imports second, and second imports third.
I which order I should load them?
I'm adding schemas like this:
parser->loadGrammar(*is, Grammar::SchemaGrammarType, true);
I have three schemas: first imports second, and second imports third.
I which order I should load them?