Hi All

Here i upload save file of two separate line.
Now  I want read the position each line via programmatically, which are  as BOLD in following .svg file.
Please suggest the way get the position.Is other any document or example for that ,Please suggest me.
 
<g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1">
    <path
       style="fill:none;stroke:#000000;stroke-width:0.40383452px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m 157.14285,315.21933 397.14286,-0.46595"
       id="path12"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:0.88473207px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m 162.85714,327.26862 385.71428,2.23643"
       id="path14"
       inkscape:connector-curvature="0" />
  </g>

Thanks