Generating very large XML files in Python?
        Posted  
        
            by Kenneth Reitz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kenneth Reitz
        
        
        
        Published on 2010-06-15T21:27:18Z
        Indexed on 
            2010/06/15
            23:52 UTC
        
        
        Read the original article
        Hit count: 243
        
Does anyone know of a memory efficient way to generate very large xml files (e.g. 100-500 MiB) in Python?
I've been utilizing lxml, but memory usage is through the roof.
© Stack Overflow or respective owner