[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Opens http://weitz.de/hunchentoot/ in xml source
- From: ARISAWA Akihiro <ari@xxxxxxxxxxxxx>
- Date: Sat, 11 Sep 2010 20:38:07 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11353
- References: <m1y6b8y2kn.fsf@xxxxxxxxx>
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