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 following statement is written* "Experimental - subject to change"* (refer: http://xerces.apache.org/xerces-c/apiDocs-3/classXercesDOMParser.html#3925f7194043f51dda38b66c1f099d1e). I am bit confused on whether to use this function or not. My query here is : a. Is it fine to use this function. Is it a tested function fully supported by Xerces-C++? b. What does "Subject to change" means here?
Please help me in getting answers for these queries. Thanks Jitendra