|
Helping ordinary people create extraordinary websites! |
Parsing XML using PHP4By Burhan Khalid2005-08-16
Parsing with PHP < ?xml version="1.0"?> must be the first line in a XML file. It is called the xml declaration and identifies the file as a XML file to a parser. Parsing with PHP The PHP engine comes with built-in functions to enable XML parsing using the expat library written by James Clark.
Other (non xml) PHP function that we will use are : Tutorial Pages: » Parsing XML using PHP4 » XML File Structure » Creating our XML File » Parsing with PHP » Creating our Parser » Setting up tag handlers » Setting up content (data) handlers » Starting up the parser » Creating the gallery © 2004-2005 Burhan Khalid |
|