QXmlDefaultHandler fatalError\error\warning are not triggered during invalid XML doc parsing
Hello!
I’ve encountered the situation which is described in the topic theme above. I have: invalid XML document(incomplete tags, e.g <tag> without close </tag>), custom class which inherits QXmlDefaultHandler and overrides fatalError\error\warning virtual methods. I fed my invalid XML to the parser and it returned false but none of fatalError\error\warning methods were triggered.
Does anybody know something about such behavior? Is it a bug or an undocumented feature? :)
2 replies
Did you set
@
xmlReader.setErrorHandler(handler);
@?
See QXmlDefaultHandler/Detail Descripton [doc.qt.nokia.com] for code snippets.
You must log in to post a reply. Not a member yet? Register here!



