From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: Formatting of XML Date: Mon, 25 Nov 2002 23:44:10 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038268003 14136 80.91.224.249 (25 Nov 2002 23:46:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 23:46:43 +0000 (UTC) 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 18GSw5-0003fs-00 for ; Tue, 26 Nov 2002 00:46:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GSvj-0005hj-00; Mon, 25 Nov 2002 18:46:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 12.228.27.239 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc04 1038267850 12.228.27.239 (Mon, 25 Nov 2002 23:44:10 GMT) Original-NNTP-Posting-Date: Mon, 25 Nov 2002 23:44:10 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:107451 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4002 oliver.white@invensys.com (Oliver White) writes: >Hi folks, > >I'm working with XML, and comming to grips with NT emacs. I've figured >out how to set the mode to SGML, which gives me the coloured markup. >The problem is that I can't indent my tags as I'd like. I'm certain >there's a configuration change I can make (this is emacs after al!), >and your help would be most appreciated. > >Thank you, > >Oli White xml-lite mode does this, but you have to have valid XML -- HTML with it's unclosed
tag, for example, will break the indentation. -- Mike Slass