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, 16 Feb 2011 23:21:33 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297916536 15245 80.91.229.12 (17 Feb 2011 04:22:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 04:22:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 17 05:22:12 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 1PpvNb-0000kQ-Ry for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 05:22:12 +0100 Original-Received: from localhost ([127.0.0.1]:41218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpvNb-0000rA-39 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Feb 2011 23:22:11 -0500 Original-Received: from [140.186.70.92] (port=51531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpvN4-0000mO-C5 for help-gnu-emacs@gnu.org; Wed, 16 Feb 2011 23:21:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpvN3-0003Ij-El for help-gnu-emacs@gnu.org; Wed, 16 Feb 2011 23:21:38 -0500 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:40874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpvN3-0003IY-8N for help-gnu-emacs@gnu.org; Wed, 16 Feb 2011 23:21:37 -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 p1H4LY16011223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 16 Feb 2011 23:21:34 -0500 (EST) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 0D69870206; Wed, 16 Feb 2011 23:21:34 -0500 (EST) In-Reply-To: (William F. Hammond's message of "Wed, 16 Feb 2011 19:56:00 -0500") 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:79183 Archived-At: On Wed, Feb 16 2011, William F. Hammond wrote: > For a non-validating parse with onsgmls use something like this shell > script: [ snipped] > For a non-validating parse the specified catalog should contain > the line > > SGMLDECL "xml.dcl" > > where "xml.dcl" is James Clark's sgml declaration for xml, usually > distributed with opensp, Thank you for all the information >> The only annoyance is that xmllint keeps telling me that >> ≥ et al are not valid entities. > > Correct. The only such entities that are available by default are > '&' for '&', '<' for '<', annd '>' for '>'. > > Something like '≥' (which I imagine to be U-2265, "greater than or > equal to") can be defined for in-house use but will not work well > across the network. For publication on the network use the character > itself if the XML instance is given a suitable content-encoding, e.g., > utf-8, or use '≥'. I had hoped I would be able to put somewhere in my .html file some version of ge #x2265 ... But I see from your reply that this will not be possible. Thanks again for your expert commentary. allan