Changes between Version 19 and Version 20 of BluePrintGISImportExport


Ignore:
Timestamp:
09/10/09 06:55:23 (15 years ago)
Author:
Fran Boon
Comment:

lxml fast parser

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISImportExport

    v19 v20  
    3535
    3636Many 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/
    3739 * PyRXP: http://www.reportlab.org/pyrxp.html
    3840  * Faster & optionally validating (DTD, XSD?), but requires compiling into Python so less portable (unless using pyexpat wrapper)