Il file è un disegno svg mi intersa scorrere il file e recuperare per ogni id la x e la y
ad esempio per questo file vorrei ottenere
"rect2383", "185.71428", "329.50504"


<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="744.09448"
height="1052.3622"
id="svg2">
<defs
id="defs4" />
<g
id="layer1">
<rect
width="317.14285"
height="128.57143"
x="185.71428"
y="329.50504"
id="rect2383"
style="fill:#ffdd55" />
</g>
</svg>

grazie