Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
parse method of QXmlSimpleReader
-
.In the case of the SAX classes, the methode QXmlSimpleReader. parse throws the following exception:
"pure virtual method 'QXmlReader.parse()' not implemented."
Should I implement the method or is it a bug?
-
Hi and welcome to devnet,
That's a bug. What are you using ? PySide2 or PyQt5 ?
-
I use PySide2. I am studying the Summerfield book. I finally used the Python XML sax classes. Thank you for checking.