in reply to how to write a huge XML file without encountering memory limits

Have you tried using a SAX parser (ie expat) instead of one that holds everything in memory?
  • Comment on Re: how to write a huge XML file without encountering memory limits