tylere / pykml

pyKML is a Python package for creating, parsing, manipulating, and validating KML documents.
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Allow validation against a schema on a remote URL #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently pyKML only validates against schemas documents that are stored 
locally.  It would be easier to keep up with schema definition changes if pyKML 
could validate against a remote schema accessible via a URL.

Original issue reported on code.google.com by tylerick...@gmail.com on 22 Sep 2011 at 6:40