XML-Simple: Read Simple XML Data with PHP
XML-Simple is a PHP class library that parses XML data. A script is included that demonstrates how to use the library to load the data into an array and display it on a web page.
Version 1.01.
Links:
- Requirements to run the software
- Source code files
- Installation instructions
- Documentation
- Version History
- License
This software was developed by Rogers Cadenhead, publisher of the Workbench weblog, based on original code by Jim Winstead Jr.. It has been released under the GNU General Public License.
I'm running the software on PHP 4.3.2. I think it should work with PHP 4 or higher, but that's only a guess.
An example use of this class is demonstrated by the lottorobics.php script, which you can see running on the Lottorobics page.
Xml-Simple employs the following variables:
The following constructor and methods are available:
Copyright 2005 Rogers Cadenhead
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.