You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Bagepalli, Kiran" <kb...@informatica.com> on 2003/06/18 23:48:56 UTC

loadGrammar

Is it ok to do a loadGrammar on two schema definitions one which includes the other.
for eg. a.xsd (imports b.xsd).

  loadGrammar("a.xsd");
  loadGrammar("b.xsd");

Would the parser recognize that this namespace was already read and ignore it.
Thanks
Kiran

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org