[Tutor] ElementTree - reading large XML files as file handles

2007-12-02 Thread jimmy Zhang
I think you may find vtd-xml (http://vtd-xml.sf.net) useful, it has Java, C and C# version available. so you may have to do it in a different language other than Java Dear tutors, I use ElementTree for XML works. I have a 1.3GB file to parse. I takes a lot of time to open my input XML file.

Re: [Tutor] ElementTree - reading large XML files as file handles

2007-11-21 Thread Kent Johnson
Srinivas Iyyer wrote: > Dear tutors, > > I use ElementTree for XML works. I have a 1.3GB file > to parse. > > > I takes a lot of time to open my input XML file. > > Is that because of my hardware limitation or am I > using a blunt method to load the file. > > my computer config: > Inte(R) >

Re: [Tutor] ElementTree - reading large XML files as file handles

2007-11-21 Thread Dave Kuhlman
On Wed, Nov 21, 2007 at 09:02:47AM -0800, Srinivas Iyyer wrote: > Dear tutors, > > I use ElementTree for XML works. I have a 1.3GB file > to parse. > > > I takes a lot of time to open my input XML file. > > Is that because of my hardware limitation or am I > using a blunt method to load the

Re: [Tutor] ElementTree - reading large XML files as file handles

2007-11-21 Thread Kent Johnson
Srinivas Iyyer wrote: > Dear tutors, > > I use ElementTree for XML works. I have a 1.3GB file > to parse. > > > I takes a lot of time to open my input XML file. > > Is that because of my hardware limitation or am I > using a blunt method to load the file. > > my computer config: > Inte(R) >

[Tutor] ElementTree - reading large XML files as file handles

2007-11-21 Thread Srinivas Iyyer
Dear tutors, I use ElementTree for XML works. I have a 1.3GB file to parse. I takes a lot of time to open my input XML file. Is that because of my hardware limitation or am I using a blunt method to load the file. my computer config: Inte(R) Pentium(R)4 CPU 2.80GHz 2.79GHz, 0.99GB of RAM f