From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: psgml how to validate against schema Date: Mon, 25 Apr 2011 11:14:50 +0200 Message-ID: <4DB53B8A.4@easy-emacs.de> References: <31433551.post@talk.nabble.com> <87sjt63ekx.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1303722345 4894 80.91.229.12 (25 Apr 2011 09:05:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2011 09:05:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 25 11:05:42 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 1QEHjh-0003a6-Rk for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2011 11:05:41 +0200 Original-Received: from localhost ([::1]:48311 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEHjg-00021N-PN for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2011 05:05:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEHjb-000217-DS for help-gnu-emacs@gnu.org; Mon, 25 Apr 2011 05:05:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEHja-00010t-IC for help-gnu-emacs@gnu.org; Mon, 25 Apr 2011 05:05:35 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:63297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEHja-000106-3a for help-gnu-emacs@gnu.org; Mon, 25 Apr 2011 05:05:34 -0400 Original-Received: from [192.168.178.29] (brln-d9ba3595.pool.mediaWays.net [217.186.53.149]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0LcmTH-1PVZWv0qWN-00jToz; Mon, 25 Apr 2011 11:05:30 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <87sjt63ekx.fsf@dod.no> X-Provags-ID: V02:K0:TFdJoYn8/TKIjYStD6x7L6aleCROQpNXja7tnJh1eCC /GkjGBONjo9bGAVeLA3APJbHvt3G8ol7khqkoZ5fdVvITaeoJA SeJLyaIvHrAuU5AiCNRbi98cIhqQCUCA2VpsUx3DqMPN6RziVl jVLJEWFVkdins873KoyDoDbMm2HW19z9KohUwW4tDo9GHCBdlG 2zdTor0pWNWZkWrxAsWIRDhjbKPbAoFNtzrUlJh1KM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.187 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:80836 Archived-At: Am 25.04.2011 10:44, schrieb Steinar Bang: >>>>>> AngusC: > >> I am trying to validate an xml file against a schema. The schema doc is >> called appmetadata.xsd. In emacs If I select from menu XML... Set Schema... >> File and select file nothing happens. > >> If I select menu option Show Schema location I see message: Using vacuous >> schema. > >> Anyone know what I am doing wrong? > > I thought psgml only supported good old DTDs...? > > exists a command `M-x sgml-validate' whose content is customizable. Should validate xsd files too, given the executable is set correctly. Andreas