From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: Re: sgml-validate Date: Wed, 23 Feb 2011 09:34:16 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298471997 30906 80.91.229.12 (23 Feb 2011 14:39:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 14:39:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 15:39:53 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsFsI-0007fP-73 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 15:39:53 +0100 Original-Received: from localhost ([127.0.0.1]:41042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsFrP-0007Y2-OH for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 09:38:35 -0500 Original-Received: from [140.186.70.92] (port=43912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsFnH-0005aS-OC for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 09:34:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsFnG-0004eY-89 for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 09:34:19 -0500 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:59626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsFnG-0004eP-0l for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 09:34:18 -0500 Original-Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p1NEYGqx021244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 23 Feb 2011 09:34:17 -0500 (EST) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 9665C7021D; Wed, 23 Feb 2011 09:34:16 -0500 (EST) In-Reply-To: (Yuri Khan's message of "Wed, 23 Feb 2011 02:03:30 +0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.122.49.97 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79386 Archived-At: On Tue, Feb 22 2011, Yuri Khan wrote: > On Tue, Feb 22, 2011 at 20:44, Allan Gottlieb wrote: >>> >> =C2=A0 =C2=A0 =C2=A0PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >>> =C2=A0 =C2=A0 =C2=A0"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"= [ >>> >>> ]> > >> What I can say is that firefox doesn't complain and does show the >> characters correctly, but it also recognized the native ≥, etc >> so perhaps it is just ignoring the . > > This may happen if the browser is led to believe that your document is > an HTML one. It will therefore parse it using HTML rules, which > include the whole lot of HTML entities. Many servers serve XHTML > documents as text/html because of one widely used browser that did not > support application/xhtml+xml until its most recent version 9. I see. Thanks. allan