SAFOX - simple API for XML Handling in object oriented PHP
Welcome to SAFOX!
The SAFOX API is a collection of light-weight APIs
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 youo 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 RSS Documents that returns a RSSDoc Object
Use these pages to get an overview. Please remember
that change histories and additional information is available in
the file information. For questions, suggestions, ideas, contributions
etc, feel free to contact me: chris [ AT ] cpi - service [ DOT ]
com
This software library was created by http://www.cpi-service.com
using phpDocumentor 1.3.0RC3
|