bug-texinfo
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]