Re: Query regarding XercesDOMParser::loadGrammar method.

2010-01-26 Thread Boris Kolpackov
Hi Jitendra, Jitendra Pande writes: > I am using Xerces-C++ version 3.0.1. In my application i want to do XML > schema validation on the input XML document. The function i am using for > loading the XML Schema is : XercesDOMParser::loadGrammar. But in the > Xerces-C++ documentation (doxygen) for

Query regarding XercesDOMParser::loadGrammar method.

2010-01-24 Thread Jitendra Pande
Hi All, I am using Xerces-C++ version 3.0.1. In my application i want to do XML schema validation on the input XML document. The function i am using for loading the XML Schema is : XercesDOMParser::loadGrammar. But in the Xerces-C++ documentation (doxygen) for XercesDOMParser::loadGrammar followin