how to generate xml for make many  lines from php and mysql

show me example script
I want a result like this

<markers> 
 <line  id="a" colour="#FF0000" width="4" html="You clicked the red 
polyline">
   <point lat="43.65654" lng="-79.90138" />
   <point lat="43.91892" lng="-78.89231" />
   <point lat="43.82589" lng="-79.10040" />
 </line>
 <line id="b"colour="#008800" width="8" html="You clicked the green 
polyline">
   <point lat="43.9078" lng="-79.0264" />
   <point lat="44.1037" lng="-79.6294" />
   <point lat="43.9078" lng="-79.0264" />
 </line> 
 <line id="c" colour="#008800" width="8" html="You clicked the green 
polyline">
   <point lat="43.9078" lng="-79.0264" />
   <point lat="44.1037" lng="-79.6294" />
   <point lat="43.9078" lng="-79.0264" />
 </line> 
</markers> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/WMj-AlU39EwJ.
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-js-api-v3?hl=en.

Reply via email to