leondz / cavat

Automatically exported from code.google.com/p/cavat
3 stars 1 forks source link

Upgrade DOM processor #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MiniDOM is a slow and very memory hungry DOM implementation. Replace with one 
of:

- ElementTree (xml.etree)
- lxml

Used in: importTimeML.py

Original issue reported on code.google.com by l...@dcs.shef.ac.uk on 30 Jun 2011 at 5:26

GoogleCodeExporter commented 9 years ago
Don't pick anything that's not bundled with Python (e.g. lxml is likely out - 
requires libxml, libxslt and then lxml)

Original comment by l...@dcs.shef.ac.uk on 3 Aug 2011 at 12:28

GoogleCodeExporter commented 9 years ago
minidom is portable, and this means it'll be around for the forseeable future

Original comment by leonderczynski on 13 Oct 2011 at 12:30