I have an XML file which has a DTD file name which is invalid for the XML src file. I do have a XMLException handler in my code. I use validating progressive parsing and it looks that they is a bug in the code while doing parseNext (ScanNext->peekNextChar) it encounters an invalid memory reference and crashes. The workaround is to have a catch (...) handler which is not good programming.
Any suggestions. Kiran
