darrenlemur
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> <gmlos>50.588298 55.145683</gmlos> <gmlos>50.588290 55.145678</gmlos> <gmlos>50.588288 55.145678</gmlos> </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