Official Review
NULL
|
Other links at PHP > Scripts and Programs > XML and PHP |
| 1. |
phpXIedit
|
|
|
phpXIedit is a Web-based XML development toolkit to edit, validate and preview XML files. This program gives you a structured view of the XML data. It has support for multiple XML formats: SVG (Scalable Vector Graphics), DocBook, XHTML and more.
|
| 2. |
MagpieRSS
|
|
|
MagpieRSS is an RSS parser that uses PHP's built in XML parser, for better support and flexibility. Supports all version of RSS, including namespaces and RSS 1.0 modules. Has a simple to use functional interface, and integrated cache system. Is Last-Modified, and ETag aware. Optionally use HTT gzip encoding. Now with better examples, Smarty integration, and a cookbook.
|
| 3. |
Winamp Playlist Parser
|
|
|
The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5.
|
| 4. |
Representing Money and other numbers
|
|
|
Class to represent real world numbers like money where a precision loss due to division is not acceptable. The main idea behind the class is that it stores the number as a fraction and hence avoids the rounding error introduced during division.
|
| 5. |
PHPTagLib
|
|
|
PHPTagLib is a PHP class for parsing XML using a tag library. It also contains a sample library, a sample XML file and a sample calling script. With this class, you can create custom tags. To define a tag, you can choose between two methods: Use a template definition with {placeholders} or create a php function that gets the content and parameters of a tag as arguments and returns the created HTML.
|
|
|