From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: sgml-validate Date: Sun, 20 Feb 2011 23:25:04 +0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298382878 24415 80.91.229.12 (22 Feb 2011 13:54:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 13:54:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Allan Gottlieb Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 14:54:34 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 1Prsh4-0000Hh-3g for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 14:54:33 +0100 Original-Received: from localhost ([127.0.0.1]:32805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrsWH-00063r-8v for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 08:43:13 -0500 Original-Received: from [140.186.70.92] (port=34037 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrD1u-0003e2-FJ for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 12:25:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrD1t-0006u6-Fp for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 12:25:06 -0500 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:47148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrD1t-0006tp-CZ for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 12:25:05 -0500 Original-Received: by qyk30 with SMTP id 30so879862qyk.0 for ; Sun, 20 Feb 2011 09:25:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iAKR1TDkcbRSf5j8BCkX4Ia6J6zNfpCfJn0n6hImJEA=; b=GmZD38MKe6VM0n3bUHCY1DDxXhl2SzVu2FKiVT43v4S0z63qQZe9v+hrH6Jvf+USk6 G9DN/VWMGNpdH4xcyrgjdGJgrJHBtJT8I1STJP68UyVjUPEjd9mdHlmszVpp0gzGUFeH vRT9jc+ndVYHl6Es/fDVYZ5kKHdOzhuHvv5ZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xUXkAv+qL1wNwSHQNko1CdLDYof/qr+uMt6tB5s59/iSdbkc9d7cAjcpgAynrkdPA7 EyKCH1BjCJkfG87LzZba/Z3tdzUbdVcveUXhG60XRuZd7LK6dE0TS3FnDVUoOpTNPReZ lIyt8TFx49SKuRyaqs0gbVVd3rpcLNLw195wk= Original-Received: by 10.229.226.72 with SMTP id iv8mr356745qcb.204.1298222704156; Sun, 20 Feb 2011 09:25:04 -0800 (PST) Original-Received: by 10.229.182.209 with HTTP; Sun, 20 Feb 2011 09:25:04 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.176 X-Mailman-Approved-At: Tue, 22 Feb 2011 08:35:55 -0500 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:79315 Archived-At: On Thu, Feb 17, 2011 at 10:21, Allan Gottlieb wrote: > I had hoped I would be able to put somewhere in my .html file > some version of > > =A0ge #x2265 > =A0... > > But I see from your reply that this will not be possible. In fact, in an XML document you should be able to specify an internal subset in your document type declaration: ]> Any conforming XML parser should then understand ≥ in the rest of the document, along with the built-in <, >, &, ", and '. Whether the web browsers use conforming XML parsers is an entirely different matter.