Reading & Writing XML using the PHP DOM library
Reading XML using the DOM library The easiest way to read a well-formed XML file is to use the Document Object Model (DOM) library compiled into some installations of PHP. The DOM library reads the entire XML document into memory…