i want to ask to parsing xml using php like this:
<Feature>
<featureType>JCSOutput</featureType>
<property name="gml2_coordsys"></property>
<gml:PolygonProperty>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>9703.865978867769,-202373.08325748256
9854.196976472227,-202636.16250329037
9585.748766464265,-202791.86246509498
9438.102250959888,-202531.46770138727
9703.865978867769,-202373.08325748256
</gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
how can i parsing tag " <gml:coordinates>" in php? i want to load this data
in googlemaps
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.