Parsing Huge XML Files in PHP
Posted
by Ian
on Stack Overflow
See other posts from Stack Overflow
or by Ian
Published on 2009-05-26T16:50:50Z
Indexed on
2010/03/14
20:25 UTC
Read the original article
Hit count: 145
I'm trying to parse the dmoz content/structures xml files into mysql, but all existing scripts to do this are very old and don't work well. How can I go about opening a large (+1GB) xml file in php for parsing?
© Stack Overflow or respective owner