Basic XML Parsing Example

This is a basic example of an event-based XML parser in PHP. I got it from php.net. The example was written by Mauricio Massaia. I modified it slightly to take a string or a file address. I also added lines to print the results.

Technorati Tags: ,


Continue Reading »