XMLWriter vs SimpleXML. Which one is faster?
Posted
by AESM
on Stack Overflow
See other posts from Stack Overflow
or by AESM
Published on 2010-05-30T12:05:21Z
Indexed on
2010/05/30
12:12 UTC
Read the original article
Hit count: 183
I basicly need to load the whole XML file, add a new line with content and then saving it. But I wondered which one is faster.. XMLWriter or SimpleXML? Oh, and, it's mainly large XML files, more then 10MB.
Thanks!
© Stack Overflow or respective owner