Title: Schema validation (Grammar)

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?

Reply via email to