XML Parser! |
[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)??
[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. |
Welcome Guest, Not a member yet? Register Sign In |