Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
4.6.2
-
Qt 4.6.2
Description
I am validating an XML file against a Schema using Qt's QXmlSchemaValidator class. To get a fine grained error messages,
I subclassed QAbstractMessageHandler class and passed it to QXmlSchemaValidator in order to get those messages. The bug is QXmlSchemaValidator stops reporting messages after the first one but I know there are more than one. Is this it's normal behavior or is it a bug? I think I should get all messages, at least all the warnings.
This bug is related to http://bugreports.qt.nokia.com/browse/QTBUG-12563
Attachments
Issue Links
- depends on
-
QTBUG-12563 QXmlSchema, XSD Schema validation, not all errors are reported
- Closed