Hi, I've been trying to parse a large xml product feed so that I can then upload the data to my database. At the moment i've been trying to parse the file using SimpleXML. But the file appears to be too big and returns the following error: Warning: simplexml_load_file() [function.simplexml-load-file]: mailorder.xml:11427: parser error : out of memory Any ideas of how to parse large xml files? Thanks in advance
it has been fixed in latest php version.So try to use latest version http://bugs.php.net/bug.php?id=38604