* Javier E. Perez P. <[EMAIL PROTECTED]> [2007-09-23 10:20]:
> i already change the http header content_type to text/xml

Don’t use `text/xml`, it is broken for numerous esoteric reasons,
mostly to do with encodings. The easiest completely correct thing
you can do is to use `application/xml` without a charset parameter
in the HTTP header, making sure you specify the document encoding
in the XML preamble instead.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to