Re: XML DOM, but in chunks
- From: Marc 'BlackJack' Rintsch <bj_666@xxxxxxx>
- Date: 31 Oct 2007 20:43:21 GMT
On Wed, 31 Oct 2007 20:24:43 +0000, Sean Davis wrote:
I have some very large XML files that are basically recordsets. I
would like to access each record, one-at-a-time, and I particularly
like the ElementTree library for accessing the data. Is there a way
to have ElementTree read only one record of the data at a time?
Have you tried `iterparse()`?
Ciao,
Marc 'BlackJack' Rintsch
.
- References:
- XML DOM, but in chunks
- From: Sean Davis
- XML DOM, but in chunks
- Prev by Date: Re: 3 number and dot..
- Next by Date: Re: 3 number and dot..
- Previous by thread: XML DOM, but in chunks
- Next by thread: Re: XML DOM, but in chunks
- Index(es):
Relevant Pages
|