The SAFOX package is a collection of light-weight API for object-oriented PHP to handle XML files.
As of version 0.5 the SAFOX wrapper is the starting point for all SAFOX operations. It is an extreme light weight class that allows to create any of the SAFOX objects (XMLDoc, XMLParser, RSSDoc, RSSParser) without further include or require commands. All necessary libraries of the SAFOX API will be loaded only when/if the file is required, thus making scripts lighter and faster.
Providing three base classes, XMLDoc, XMLNode, XMLParser, and extended RSSDoc and RSSParser Classes for RSS 2.0 Handling, the SAFOX package allows an easy and clean way to handle all kind of XML files. The SAFOX package is currently developed in PHP4.X and copyright by Christian Hansel, cpi service, Leipzig. The code is provided under the GNU Public License Version 2 and may freely be used, modified, and distributed with original copyright notices to be maintained.
If no copy of the license is provided check http://www.gnu.org/licenses/gpl2.txt
The SAFOX Package consists of five files:
- safox.cls.php -- A OOP wrapper for all SAFOX objects which loads one or more of the following files only when required
- safox_g.cls.php -- Provides the XMLDOc & XMLNODE Classes
- safox_p.cls.php -- Provides a simple, light-weight, but strong Parser for XML Documents that returns a XMLDOC Object
The SAFOX_RSS sub package consists of two files but requires the SAFOX Base classes: - safox_g_rss.cls.php -- Provides the RSSDOc & RSSNODE Classes
- safox_p_rss.cls.php -- Provides a simple, light-weight, but strong Parser for XML Documents that returns a XMLDOC Object
full api documentation and examples available at http://www.cpi-service.com/safox/
This is the RSS2.0 Parser library for the object-oriented parsing of rss 2.0 files
| Copyright: | (c) 2003-2006 CVH, cpi-service |
| File: | safox_p_rss.cls.php |
| Date: | 2006-02-07 |
| Version: | 0.5 |
| Link: | http://www.cpi-service.com |
| License: | GPL2 |
| Author: | CVH, cpi-service ; cvh@cpi-service.com |