PHP XML Expat Parser.

To read and update - create and manipulate - an XML document, you will need an XML parser. There are two basic types of XML parsers - Tree-based parser, Event-based parser.

Code :