Welcome Guest, Not a member yet? Register   Sign In
XML Parser!
#1

[eluser]NikosV[/eluser]
is there any decent xml parser library for codeigniter other than simpleXML (which is not dealing very well large xml files due to huge memory consumption)??
#2

[eluser]quickshiftin[/eluser]
Not sure about CI-specific library, but if you want to cut down on memory usage for large XML files, take a look at the SAX parser

http://php.net/manual/en/book.xml.php

or XMLReader per the last comment on that page.




Theme © iAndrew 2016 - Forum software by © MyBB