I think its KML that works with google maps and google earth. http://code.google.com/apis/kml/documentation/kml_tut.html And as for XML creation you can use classes under System.XML namespace.
On Sep 22, 10:17 am, Cerebrus <[email protected]> wrote: > There are a quadzillion ways to create an Xml document using .NET. You > could use any one of them. > > On Sep 21, 12:19 pm, Rivera <[email protected]> wrote: > > > > > 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
