[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



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