[PHP] RSS Creator

2006-08-31 Thread John Taylor-Johnston
Has anyone created an RSS feed creator in PHP? I could make one fast enough, but ... John -- John Taylor-Johnston - If it's not Open Source, it's Murphy's Law. '''Cégep de Sherbrooke: ô¿ô

[PHP] RSS creator class

2005-09-19 Thread David Robley
Wondering if anyone knows of a PHP class or other PHP tool for creating RSS/XML data which gracefully handles 'strange' characters such as M$ Word's delightful 'smart quotes'. I've found a couple so far, libRSS (by Jan Pieper) and ContentFeeder 2.0, but neither deals very well with the plethora

Re: [PHP] RSS creator class

2005-09-19 Thread Rory Browne
On 9/19/05, David Robley [EMAIL PROTECTED] wrote: Wondering if anyone knows of a PHP class or other PHP tool for creating RSS/XML data which gracefully handles 'strange' characters such as M$ Word's delightful 'smart quotes'. Why not do something simple like preg_replace [^a-zA-Z0-9_-](or