[XML-SIG] Re: Some questions from a beginner

Pawel Lewicki lewicki at provider.pl
Tue Mar 2 04:36:08 EST 2004


> >"Fredrik Lundh" <fredrik at pythonware.com> wrote in message
> news:c1s48o$rd6$1 at sea.gmane.org...
> ...
> > if the source file is relatively structured (e.g. it contains many
> > thousand records, all having an identical structure), you can use
> > an incremental DOM parsing approach.
> >
> >
> > here's an example for the elementtree library:
> >
> >     http://effbot.org/zone/element-pull.htm
> >
> > I'm sure you use a similar approach with many other DOM libraries.
> >
> > </F>
>
> Thanx a lot. ElementTree library works perfectly for me.
>
> Pawel

But I still have a problem. Is ElementTree considered hardrock stable? I
have a "memory protection violation" error after parsing about 60MB of xml
file.

Pawel






More information about the XML-SIG mailing list