Changes between Version 21 and Version 22 of BluePrintGISImportExport
- Timestamp:
- 09/26/09 18:28:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISImportExport
v21 v22 34 34 * http://michaelangela.wordpress.com/2008/03/29/exporting-a-web2py-table-in-xml/ 35 35 36 Many options available for XML Import/Export, e.g.:36 We are choosing to use lxml for XML Import/Export: 37 37 * lxml: http://codespeak.net/lxml/index.html#introduction 38 38 * Fast Parser: http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/ 39 40 Other options are available: 39 41 * PyRXP: http://www.reportlab.org/pyrxp.html 40 42 * Faster & optionally validating (DTD, XSD?), but requires compiling into Python so less portable (unless using pyexpat wrapper)