I want to parse an XML file to a text file containing a table of the XML data using Qt or any other library in C/C++.
I have seen many examples and tutorials but all of them assume you know the structure an contents of the XML.
How can i do this if i don'v have any idea of the structure of the XML file.