Hi,,
I want to create Xml for google map which is has this format :

<?xml version="1.0"?>
<markers>
  <marker lat="37.413320" lng="-122.125604"/>
  <marker lat="37.433480" lng="-122.139062"/>
  <marker lat="37.445427" lng="-122.162307"/>
</markers>

i was tried generate Xml using XmlSerializer Class, but i can not write with
google map format..
can you give me a some clue and hint?

Regards

Reply via email to