-
This class can be used to load XML documents under PHP 4 like PHP 5 SimpleXML extension. It can load and parse a XML document file like the simple_xml_load function. SimpleXML is an Open Source PHP XML class.The class reorganizes the parsed document nodes to return a document structure identical to the result of the simple_load_file function.Requirement: PHP 4.0
-
This class can be used to create XML documents from arrays using SimpleXML PHP extension.It is an Open Source PHP XML class.The generated document and be displayed as the current script output. It takes an associative array and traverses it recursively to add tags and data to the XML document. The code and comments are in Portuguese.Requirement: PHP 5.1 or ...
-
This script can be used to Parse XML documents and export as arrays or JSON or viceversa. Simple Object Element is an Open Source PHP XML script.It can parse a hierarchic document loaded from a XML file, a regular array or JSON encode string.The script may also export the document to an array or a JSON encoded string.Requirement: PHP 5 ...
-
This class functionality is extended class functionality with code define in XML. It loads plug-in code definitions from a XML file that contains additional code definitions that are imported into a MySQL database. Later the class can load the plug-in code from the MySQL database and execute it. Requirement: PHP 4.0
-
SAXY is a Simple API for XML (SAX) XML parser for PHP. It is lightweight, fast, and modeled on the methods of the Expat parser for compatibility. The primary goal of SAXY is to provide PHP developers with an alternative to Expat that is written purely in PHP. Since SAXY is not an extension, it should run on any Web ...
-
This class can be used to generate RSS feed from a list of site page files. It can scan a given directory and generates an RSS feed with the files found in the directory. Requirement: PHP 3.0
-
This class can be used to generate XML for RSS 2 feeds. It can compose an RSS feed by adding the channel and the items' parameters. The class can render the RSS 2 XML definition as the current script output. Requirement: PHP 5.0
-
This is a port tp PHP of Repat, the RDF parser by Jason Diammond. The class allows you to parse all kinds of RDF documents admiting all the syntaxes defined by the W3C. The class uses an event-driven interface like SAX producing events as RDF statements are discovered by the parser.
-
XMLPod is meant to retrieve the news feed from the PHP.Net site and cache news results. It does not require any XML support built-in. It only uses the PCRE library. The number of headlines to be fetched can be easily specified in the constructor call. This program is governed by Yahoo! Terms & Conditions, and the GNU GPL.
-
This class can be used to create and manipulate XML documents with DOM document extension. It can create XML document from scratch or load it from a file or a string. The class can perform several types of operations with the document elements like: searching for elements, adding, updating or deleting elements, adding, updating or deleting attributes from tags.The manipulated ...
-
This class uses the WDDX format to describe data for generating user interfaces.From the WDDX data, any type of markup, including XUL, can be generated using XSLT. The generated markup can describe an entry form, for example.The data entered by the users in the generated forms can be validated on the client-side using javascript, or on the server-side by PHP ...
-
This class can be used to parse and extract financial records from documents in OFX format (Open Financial Exchange) used by programs such as Intuit Quicken and Microsoft Money.In can parse an OFX document either from a string or from a file.The class can retrieve the document financial records and filter by several types of criteria like by memo, by ...
-
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!
-
This class can be used to compose HTML and XML documents programmatically.It can add tags to the document by calling functions of the class with the same name of the tags, passing tag attributes and data values as function arguments.The class may also search for tags inside others by tag ID or value Requirement: PHP 5.0
-
This package can be used to generate feeds in Atom or RSS formats. There are several classes for composing the feed items and channel definitions. Separate classes can output the defined feeds in the Atom or RSS 2.0 formats. The generated feeds may be returned as a string or displayed as the output of the current PHP script.








