rss encoding issue??

http://bakery.cakephp.org/articles/view/automagic-rss-feed-generator-plugin

Installed Plugin Configured Properly when viewing code I see the rss
results but it does not encode correctly..  I receive the error
below..

Error Message:
XML Parsing Error: xml declaration not at start of external entity
Location: http://ihang10.com/rss/posts/
Line Number 2, Column 1:<?xml version="1.0" encoding="ISO-8859-1"?>

I did add the following to the rss view:

$rss->encoding = "utf-8";

it still renders encoding="ISO-8859-1" and breaks..

Anyone know how to change it so it actually uses utf-8??


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to