On Thu, Apr 28, 2011 at 8:30 AM, Oliver Tonnhofer <[email protected]> wrote:

> If you are using Python, you should use iterparse from the ElementTree API, 
> it is much nicer and faster.

Faster than SAX? I'm not so sure. SAX calls the C directly.

The technique used in iterparse is the same as in SAX parsing, and the
code is the ~the same size.

Use whatever works for you of course.

- Serge

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to