Skip to main content

Home/ Future of Web Programming/ Group items matching "DOM" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
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