Official Review
NULL
|
Other links at PHP > Scripts and Programs > XML and PHP |
| 1. |
Site Reference RSS Parser
|
|
|
This is the easiest tool you will ever use to parse an RSS feed. Simply enter the URL of the RSS feed, choose a few options, and we spit out a small bit of code for you to paste on your website. Getting an RSS feed on your website couldn't be easier!
|
| 2. |
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.
|
| 3. |
GMTT News Reader
|
|
|
With this script you cana dd xml feeds to a listbox, and then just by clicking submit, you can view the news feeds.
|
| 4. |
QuickHP
|
|
|
QuickHP is a kind of content management system with a new approach. It uses XML and XSLT to provide a compatible source format and very different target formats. The user interface allows comfortable file handling and features like file history (versioning), preview of parsed files and efficient parsing (by parsing only changed files). Furthermore, QuickHP provides a solution to the problem that XML files cannot contain dynamic content (e.g. PHP code), because then the valid XML content would be broken - no problem with QuickHP: XML files that contain PHP code are parsed through the XSL template on-the-fly. The authors homepage is an example of possibilities of QuickHP.
|
| 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.
|
|
|