Exemplo n.º 1
0
 private void loadGrammarFromUrl(string url)
 {
     reader = new RelaxngReader(new XmlTextReader(url));
 }