From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Ingalls Newsgroups: gmane.emacs.help Subject: Re: simple xml mode Date: Fri, 30 May 2003 13:33:17 GMT Organization: Road Runner - NYC Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <16990fa4.0305300303.19e2b037@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054301838 8544 80.91.224.249 (30 May 2003 13:37:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 May 2003 13:37:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 15:37:16 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Lk4K-0002DT-00 for ; Fri, 30 May 2003 15:37:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Lk2k-0000c4-6T for gnu-help-gnu-emacs@m.gmane.org; Fri, 30 May 2003 09:35:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!bigboote.WPI.EDU!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: <16990fa4.0305300303.19e2b037@posting.google.com> Original-Lines: 17 Original-NNTP-Posting-Host: 24.168.134.205 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyc.rr.com 1054301597 24.168.134.205 (Fri, 30 May 2003 09:33:17 EDT) Original-NNTP-Posting-Date: Fri, 30 May 2003 09:33:17 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:113885 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10379 Harald Kirsch wrote: > Is there a very basic XML mode for Emacs? > > The answer does NOT seem to be psgml. > ... > Any ideas how I can at least get C-c C-e and indenting working > without first writing a DTD? Hm. I am still not very familiar with schemas. So you want an XML mode, which ignores invalid tags? You may have to write this mode, yourself. There is xxml.el (see resources at but it probably won't help. Is it possible to write a DTD, which matches all (or all likely) tags? This, of course, would clash with all namespaces.