Possible Duplicate:
Parsing Huge XML Files in PHP
I am trying to parse a 70Mb XML file under PHP. After a while the resources are not enough and the script crashes. If there is a larger XML file it ends sooner. I can't change the memory limit of the server and of PHP.
What can I do to parse large files? The file size can vary, and it's not always 70Mb, it could easily be 200Mb.