That is exactly what readXml() does. It takes the QNetworkReply and creates a QXmlStreamReader out of it and then parses it. The xml looks like this -
Qt Code:
<response status="fail"> <error>Incorrectly formatted xml</error> </response>To copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks