[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple documents and DocBook output
From: |
Noah Slater |
Subject: |
Re: Simple documents and DocBook output |
Date: |
Tue, 23 Dec 2008 05:52:38 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Mon, Dec 22, 2008 at 08:59:21PM -0800, Ben Pfaff wrote:
> Noah Slater <address@hidden> writes:
>
> > Take a look at the following page:
> >
> > http://tumbolia.org/
>
> Is this supposed to be a conventional webpage? On Firefox 2.0.0.1 that I have
> on my laptop here, it shows up as "This XML file does not appear to have any
> style information associated with it. The document tree is shown below."
> followed by, indeed, a tree of XML elements.
Oh, interesting bug report, thanks! Do you mind helping me debug the problem?
My setup uses Apache httpd to content negotiate between XML and HTML, it seems
like your browser is sending an `Accept` header that places more importance on
XML than it does on HTML, and so Apache is simply honouring that.
Do you have FireBug installed?
http://getfirebug.com/
FireBug is a wonderful browser tool for web developers.
Mine shows me that my browser (IceWeasel 3.0.4) is sending the following header:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
And my website is responding with:
Content-Type text/html; charset=UTF-8
If you could find out what Accept header you are sending, that would be great!
Thanks,
--
Noah Slater, http://tumbolia.org/nslater
- Simple documents and DocBook output, Noah Slater, 2008/12/21
- Re: Simple documents and DocBook output, Karl Berry, 2008/12/22
- Re: Simple documents and DocBook output, Patrice Dumas, 2008/12/22
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/22
- Re: Simple documents and DocBook output, Ben Pfaff, 2008/12/22
- Re: Simple documents and DocBook output,
Noah Slater <=
- Re: Simple documents and DocBook output, Ben Pfaff, 2008/12/23
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/23
- Re: Simple documents and DocBook output, Ben Pfaff, 2008/12/23
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/23
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/23
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/23
- Re: Simple documents and DocBook output, Ben Pfaff, 2008/12/24
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/24
- Re: Simple documents and DocBook output, Patrice Dumas, 2008/12/23
- Re: Simple documents and DocBook output, Noah Slater, 2008/12/23