
Erik Heusch - 2006-05-18 06:10:03
Hi!
while testing different ways and classes for parsing xml-files I found this class very useful. During my tests everthing works fine. Now I have to parse xmlfiles that are over 11MB (xml product data for importing into a shop). Result: memory exhausted ... (PHP/Apache2 Memory Limit=12MB);
Is there a work arround for dealing big files? Maybe parsing the xml document in more than one steps? Splitting after a specified number of entries?
Thank for any suggestions
greetings fom germany
Erik