On 10/13/06, Scott Sharkey <[EMAIL PROTECTED]> wrote:
header('Content-Type: text/xml; charset=utf-8');
header('Cache-Control: no-cache, must-revalidate');
echo '<?xml version="1.0" encoding="ISO-8859-1"?>';

Are you sending UTF-8, or ISO-8859-1? charset and encoding should probably be the same thing to avoid any sort of confusion (don't know how much that would really do though).
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to