colon in xml file

Harm

New Member
How should I write code in C# to create xml file like this\[code\]<ymaps:GeoObjectCollection> <gml:name>Something</gml:name> <gml:featureMembers> <ymaps:GeoObject> <gml:name>Something</gml:name> <gml:description>Something</gml:description> <gml:LineString> <gml:pos>50.588298 55.145683</gml:pos> <gml:pos>50.588290 55.145678</gml:pos> <gml:pos>50.588288 55.145678</gml:pos> </gml:LineString> <ymaps:style>#customStyle1</ymaps:style> </ymaps:GeoObject>\[/code\]this yandex's xml file, and it has xsd file on http://maps.yandex.ru/schemas/ymaps/1.x/ymaps.xsd
 
Back
Top