Parsing with PHP
The PHP engine comes with built-in functions to enable XML parsing using expat library written by James Clark.
These functions allow us to create our own XML parser. The XML functions we will use (linked to their php manual references) are :
Other (non xml) PHP function that we will use are :