Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-21 Thread Bernhard Lindner
It seems that information is not correct. I started a thread in the development ML and it was said Qt Xml and Qt XmlPatterns are in state "Done" not "Deprecated"! If that is true, that announcement is wrong and even the documentation about Qt Xml is misleading. AFAI understand both components

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Bernhard Lindner
Thanks a lot for that information! What a bummer. Again a deprecated module without replacement!? This time one I considered essential. There really is not better way to frustrate developers. Maybe except bad issue handling... wait... :-( Seriously, I do not understand what is going on. --

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Yves Maurischat
Am 20.05.2019 um 15:27 schrieb Bernhard Lindner: The QXmlStream[..] classes are part of the Core module. We were talking about the QXmlSchema[..] classes, that are part of the XmlPatterns module. Sorry, confused the modules. Read "Xml" and "Deprecated" and thought of the XML DOM classes.

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Bernhard Lindner
> The QXmlStream[..] classes are part of the Core module. We were talking about > the > QXmlSchema[..] classes, that are part of the XmlPatterns module. Sorry, confused the modules. Read "Xml" and "Deprecated" and thought of the XML DOM classes. Since when is the XmlPatterns module

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Yves Maurischat
Am 20.05.2019 um 14:42 schrieb Bernhard Lindner: regarding the 'deprecated' state of XmlPatterns: There wont be an further development for this module, but I also doubt that it will be removed before Qt 6. I hope that will never happen. It would be a disaster. The streaming classes can NOT

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Bernhard Lindner
> regarding the 'deprecated' state of XmlPatterns: There wont be an further > development > for this module, but I also doubt that it will be removed before Qt 6. I hope that will never happen. It would be a disaster. The streaming classes can NOT replace the DOM based classes for important

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Jakob Lettenbichler
] Handling XML Schemas in Qt without QXmlSchemaValidator Hi Jakob, regarding the 'deprecated' state of XmlPatterns: There wont be an further development for this module, but I also doubt that it will be removed before Qt 6. So as long as you're using Qt 5 you're safe to use XmlPatterns. Qt 6 might

Re: [Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-20 Thread Yves Maurischat
Hi Jakob, regarding the 'deprecated' state of XmlPatterns: There wont be an further development for this module, but I also doubt that it will be removed before Qt 6. So as long as you're using Qt 5 you're safe to use XmlPatterns. Qt 6 might be still 2 years away, and as you're using it

[Interest] Handling XML Schemas in Qt without QXmlSchemaValidator

2019-05-16 Thread Jakob Lettenbichler
Hiho, This is my first mail to the mailing list, so please be gentle with me... We are using QXmlStreamReader and -writer for handling our xml files (QDom seems to be dead, if I interpret the lines in the documentation correctly: https://doc.qt.io/qt-5/qtxml-index.html ). Qt seems to have a