10GB XML Blows out Memory, Suggestions?
Rene Pijlman
reply.in.the.newsgroup at my.address.is.invalid
Tue Jun 6 08:01:50 EDT 2006
More information about the Python-list mailing list
Tue Jun 6 08:01:50 EDT 2006
- Previous message (by thread): 10GB XML Blows out Memory, Suggestions?
- Next message (by thread): 10GB XML Blows out Memory, Suggestions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
axwack at gmail.com: >I wrote a program that takes an XML file into memory using Minidom. I >found out that the XML document is 10gb. > >I clearly need SAX or something else? > >Any suggestions on what that something else is? PullDOM. http://www-128.ibm.com/developerworks/xml/library/x-tipulldom.html http://www.prescod.net/python/pulldom.html http://docs.python.org/lib/module-xml.dom.pulldom.html (not much) -- René Pijlman
- Previous message (by thread): 10GB XML Blows out Memory, Suggestions?
- Next message (by thread): 10GB XML Blows out Memory, Suggestions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list