Kiran,
I cannot reproduce your crash using the latest code. Would you please try with
the latest CVS code and see if it works now? If not, then please post your
"entire" code (if standalone and not too big) for further investigation.
Besides notice that you only have parser.setValidationScheme
I am trying to mimic EnumVal for Schema validation. I used
personal-schema.xml and
wrote this code.
SchemaValidator* valToUse = new SchemaValidator;
SAXParser parser(valToUse);
parser.setValidationScheme(valScheme);
try
{
parser.parse(xmlFile);
}
catch (