Skip to main content

Home/ Future of Web Programming/ Group items tagged DOM

Rss Feed Group items tagged

Nicolas Casel

Parsing Large XML Using PHP (PHP XMLReader) - 0 views

  •  
    I had some issue with parsing large xml files using php DOM. DOM or Simplexml can be used in case of smaller files. In case of large files using DOM may not be memory efficient. DOM parser will load whole XML file to the memory and may cause performance issues. In this case we can use php XMLReader.
1 - 5 of 5
Showing 20 items per page