XML processing
Non planifiéeI have a response for a web service that is XML and I need a way to parse attributes from but no existing tools are able to help.
<route>
<summary>
<lengthInMeters>18558</lengthInMeters>
<travelTimeInSeconds>1643</travelTimeInSeconds>
</summary>
<leg>
<summary>
<lengthInMeters>2510</lengthInMeters>
<travelTimeInSeconds>416</travelTimeInSeconds>
</summary>
<points>
<point latitude="-37.81023" longitude="145.02851"/>
<point latitude="-37.81000" longitude="145.02855"/>
<point latitude="-37.80952" longitude="145.02859"/>
</points>
</leg>
<leg>
<summary>
<lengthInMeters>16048</lengthInMeters>
<travelTimeInSeconds>1227</travelTimeInSeconds>
</summary>
<points>
<point latitude="-37.79343" longitude="145.03146"/>
<point latitude="-37.79405" longitude="145.03132"/>
<point latitude="-37.79422" longitude="145.03128"/>
<point latitude="-37.79441" longitude="145.03124"/>
</points>
</leg>
</route>
As confirmed by Stefan Schweigert
-
We also would like to be able to read xml context as object to support reading and editing complicated xml data.
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire