2014-03-06

Xml2Rss Generator PHP class

This class is an easy to use, simple XML to RSS generator. You can automatically convert your XML feed (or XML file) to a valid RSS 2.0 feed, with only a few required parameters.
Advanved features include setting of optional RSS feed fields, custom description HTML output, including images in the feed etc

Features:

- easy generation with only a few parameters
- file, url or string as XML input
- custom mapping of XML nodes to RSS fields
- setting parameters easily by chained function calls or by accessing them directly
- possibility to mass-setup of paramters
- set an interval to limit the number of processed items (from, to)

Check the the demo and online documentation here:

Demo: http://praca.webax.sk/xml2rss/xml2rss.php

Documentation: http://praca.webax.sk/xml2rss/doc

Show more