I’m new to QT so this is probably an easy thing to do, but I’ve not found a solution.

I want to parse/read an XML document using DOM, and I would like to test the values of:

<?xml version="1.0" encoding="ISO-8859-1" ?>

How can I find out which version of XML & encoding type is used?

Thanks

Dan