Changes between Version 20 and Version 21 of BluePrintGISImportExport


Ignore:
Timestamp:
09/11/09 10:18:17 (15 years ago)
Author:
Fran Boon
Comment:

ElementTree example

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISImportExport

    v20 v21  
    4646   * http://bytes.com/groups/xml/85935-converting-xsd-into-dtd
    4747 * cElementTree - included in Python 2.5, strict & fast: http://effbot.org/zone/celementtree.htm
     48  * {{{mytree=xml.etree.ElementTree.XML(request.body.read())}}}
    4849 * sgmlop (supported by xmlrpclib): http://effbot.org/zone/sgmlop-index.htm
    4950 * pyexpat (non-validating & slower, but built-in to Python 2)