[PHP] RSS Creator

2006-08-30 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:
ô¿ôhttp://www.cegepsherbrooke.qc.ca/languesmodernes/
 - 819-569-2064

 °v°   Bibliography of Comparative Studies in Canadian, Québec and Foreign 
Literatures
/(_)\  Université de Sherbrooke
 ^ ^   http://compcanlit.ca/ T: 819.569.2064

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
something like that) with its #xx equivlent.

> I've found a couple so far, libRSS (by Jan Pieper) and ContentFeeder 2.0,
> but neither deals very well with the plethora of rubbish that seems to
> issue from Word. These seem to be mainly in the range (but not all of the
> range) ASCII 128 - 159
> 
> TIA for any pointers.
> 
> 
> 
> Cheers
> --
> David Robley
> 
> "I commanded a group of ships for a week," Tom said fleetingly.
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 of rubbish that seems to
issue from Word. These seem to be mainly in the range (but not all of the
range) ASCII 128 - 159

TIA for any pointers.



Cheers
-- 
David Robley

"I commanded a group of ships for a week," Tom said fleetingly.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php