<div dir="ltr">Hi all,<div>I would like to extract gml coordinates given in an xml file using Python. I have used the following but what I get is the coordinates as a string. </div><div><b>for q in root:<br>    for p in q.iter():<br>        if 'posList'in str(p.tag):<br>            objects.append(q)</b><br></div><div>Is it possible to get the coordinates as Qspoints or QgsGeometry?</div><div>Kind regards</div><div>A. Al-Sofi</div><div><br></div></div>