Hello folks
I'm trying to read data from .xml files which have utilized user defined tags, e.g, <school> </school>
My problem is that QtxmlStreamReader doesn't seem to be able to read these kinds of .xml files?
What is the solution then? Is there any easy-to-use Qt compatible library for handling .xml files?
Thanks for your help!