Re: How does Firefox recognize a xml-file?

"Nickolay Ponomarev" <[email protected]> Wed, 20 Dec 2006 12:14:54 +0300
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
On 20 Dec 2006 00:33:27 -0800, Hermi <[email protected]> wrote:
> I create xml-files directly from a oracle database.
>
> The adress is like ../emobil/euromobil.login.firstlogin (without
> extension .xml)
>
> The xml:
>
> [snip]
>
> Firefox does not recognize, that this is a xml-file.
> When I save the file with the extension .xml, Firefox desplays it
> correctly.
>
Check that the document is sent with the right Content-Type. This is
what matters when sending files over HTTP, not the URL.

Nickolay