Re: [xml-dev] xml rendering browser problems

From
Manos Batsis <>
To
Date
2010-08-17T19:08:40Z
ID
<>
Thread
Re: [xml-dev] xml rendering browser problems
On 08/17/2010 05:39 PM, Paul M wrote:
> I have this xml:
> <myxml>
> <body>
> <p xmlns="http://www.w3.org/1999/xhtml">Test</p>
> </body>
> </myxml>
>
> Firefox will attempt to render this as html.
>
>
> <myxml>
> <body>
> <p>Test</p>
> </body>
> </myxml>
>
> Firefox will attempt to parse this as xml.
>
> The response type has no affect on Firefox behavior.

Weird. I'd first verify what is the MIME FF actually figures this to be 
(i.e. right click, page info or something). Maybe you are not actually 
sending the right headers.

hth,

Manos