Re: Crash in HashXMLCh::getHashVal

2001-10-19 Thread Tinny Ng
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

Crash in HashXMLCh::getHashVal

2001-10-18 Thread Bagepalli, Kiran
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 (