PDA

View Full Version : Getting the values from xml file



Kokos
6th April 2010, 10:27
Hi,

I've managed to read the nodes in a xml files but having difficulties to read the values

In the xml file it looks like this;

<Waypoint>151.8 4233.84</Waypoint>

I did try .nodeValue but that only gave me blank results


Regards, Kokos.

Lykurg
6th April 2010, 10:32
Without seeing any code I can only say: QDomElement::text().