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
