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


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



More information about the Python-list mailing list