Changes between Version 19 and Version 20 of BluePrintGISImportExport
- Timestamp:
- 09/10/09 06:55:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISImportExport
v19 v20 35 35 36 36 Many options available for XML Import/Export, e.g.: 37 * lxml: http://codespeak.net/lxml/index.html#introduction 38 * Fast Parser: http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/ 37 39 * PyRXP: http://www.reportlab.org/pyrxp.html 38 40 * Faster & optionally validating (DTD, XSD?), but requires compiling into Python so less portable (unless using pyexpat wrapper)