Reading gml in c#
- by taudorf
I have a problem with reading some gml files in c#. My files do not have schema or namespaces and looks like file from this question:
http://stackoverflow.com/questions/1818147/help-parsing-gml-data-using-c-linq-to-xml
only whitout the schema like this:
<gml:Polygon srsName='http://www.opengis.net/gml/srs/epsg.xml#4283'>
…