A. Pagaltzis wrote:
> * 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,

Since its XUL and this is Firefox only, thats okay. But as a general
point, ISTR application/xml is hideously broken with IE - depends if
that is a problem to your application or not.



_______________________________________________
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