How did you open the file? And what did you do afterwards?
How did you open the file? And what did you do afterwards?
Does this give you a different result?
Qt Code:
if (m_XmlReader.isStartElement()) { if (m_XmlReader.name() == "coordinates") { // do stuff } }To copy to clipboard, switch view to plain text mode
Not really. I moved from reading and parsing the xml myself to using libkml. Makes more sense anyway. Thanks for the help though.
Bookmarks