From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: psgml how to validate against schema Date: Sat, 30 Apr 2011 20:34:52 +0200 Message-ID: <87fwoz1tbn.fsf@dod.no> References: <31433551.post@talk.nabble.com> <87sjt63ekx.fsf@dod.no> <4DB53B8A.4@easy-emacs.de> <87vcy216pi.fsf@dod.no> <4DB668CB.2040803@easy-emacs.de> 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 1304188517 5915 80.91.229.12 (30 Apr 2011 18:35:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2011 18:35:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 20:35:13 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGF0a-0001nP-HB for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 20:35:12 +0200 Original-Received: from localhost ([::1]:56915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGF0a-0004ND-1g for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 14:35:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGF0U-0004L6-I8 for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 14:35:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGF0T-0000EW-CD for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 14:35:06 -0400 Original-Received: from rainey.bang.priv.no ([212.110.185.190]:43651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGF0T-0000AJ-7r for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 14:35:05 -0400 In-Reply-To: <4DB668CB.2040803@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Tue, 26 Apr 2011 08:40:11 +0200") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/22.2 (gnu/linux) X-SA-Exim-Connect-IP: 84.208.226.30 X-SA-Exim-Rcpt-To: too long (recipient list exceeded maximum allowed size of 8 bytes) X-SA-Exim-Mail-From: sb@dod.no X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on rainey.bang.priv.no) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 212.110.185.190 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80887 Archived-At: >>>>> Andreas R=F6hler : > Am 25.04.2011 21:17, schrieb Steinar Bang: >> psgml DTD usage goes beyond validation. It uses the DTD information >> assist with inserting elements and edit attributes. > Sure. However, as far as a programm outside Emacs is called, just the > results sent back, that shouldn't matter here. The psgml usage of an external validator is just similar to the way emacs handles compilation errors. It can't use the external program to help with editing. For that it uses its built-in DTD parser (written in lisp).