Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
.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.