Official Review
NULL
|
Other links at PHP > Scripts and Programs > XML and PHP |
| 1. |
XML to array
|
|
|
Just a simple few functions to help you convert a xml feed into an array to make it so much easier to handle.
|
| 2. |
mysql2xml
|
|
|
Class to generate an XML document from a mysql table. You define the database and table names and the xml tag names to be used for each table field. Where clauses are also supported. Updated to PHP4 and the PEAR DB Class.
|
| 3. |
SearchHippo HTTP XML web search API
|
|
|
This simple snippet allows you to interface with the SearchHippo web search engine's http xml api. You must have expat compiled in to use this snippet. You can layer mostly any presentation around the results that come back. This is very similar to how one might use SOAP.
|
| 4. |
DOMIT! - A DOM XML Parser for PHP
|
|
|
DOMIT! is an XML parser for PHP. It is lightweight, fast, and implements a generous subset of the DOM Level 2 specification. The primary goal of DOMIT! is to provide PHP developers with a standards-compliant means of working with XML, thus ensuring more portable and communicable code. DOMIT! is not an extension; it is written purely in PHP and should therefore run on any Web hosting platform with PHP 4 and above installed. DOMIT! requires coupling with a SAX parser. You can use either the SAXY parser that comes bundled with DOMIT! or the Expat parser that is included in most later PHP distributions.
|
| 5. |
Amazonlib -- API for Amazon.com's web services
|
|
|
AmazonLib is an API for Amazon.com's Web Services. It is written in PHP. Itsimplifies the process of writing applications using Amazon's Web Services. AmazonLib consists of four main components: 1) nurest.php -- a REST parser class which parses Amazon's XML responses into an associative array. 2) amazonrest.php -- a REST API class for all of the API calls in AWS 3.0. 3) amazonsoap.php -- a SOAP API like amazonrest.php. I use, and include, Dietrich Ayala's nusoap.php SOAP library. 4) amazonseller.php -- a beta API for amazon.com's seller interface.AmazonLib has a few nice features. It shouldrun on any PHP4 distribution and it will alsolog most error messages. Like nusoap, it'sdistributed under the GNU Lesser PublicLicense.
|
|
|