Hi friends,
I am creating grammar (.grxml) file programmatically and set all rules' references uris in root rule using ruleref element like below (syntax not perfect, just to make it clearer)
root = top
<rule id = top>
<ruleref uri = #one>
<ruleref uri = #two>
etc.
however, it seems its not referencing the rules at all, but if I set root = one , it works but only for that rule(one) and not for others. Can anybody help me resolving this please ?
Thanks,