[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Opens http://weitz.de/hunchentoot/ in xml source
- From: Leo <sdl.web@xxxxxxxxx>
- Date: Sat, 11 Sep 2010 13:23:00 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 11354
- References: <m1y6b8y2kn.fsf@xxxxxxxxx> <87hbhwse74.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On 2010-09-11 12:38 +0100, ARISAWA Akihiro wrote:
> Leo writes:
>
>> I wonder if this is a limit of w3m. When I open
>> http://weitz.de/hunchentoot/ it is in xml source (not rendered).
>
> The Content-Type of this page is application/xml.
> When I type C t text/html RET, the page is renderd as html.
>
> If you hope application/xml is always treated as text/html,
> please change w3m-content-type-alist.
>
> (add-to-list 'w3m-content-type-alist
> '("application/xml" nil nil "text/html"))
>
> Regards,
> ARISAWA
Thank you for this.
Leo