From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Kinnucan Newsgroups: gmane.emacs.help Subject: Re: Docbook Mode? Date: 04 Mar 2003 13:52:36 -0500 Organization: The MathWorks, Inc. Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@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 1046804314 12680 80.91.224.249 (4 Mar 2003 18:58:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 18:58:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 19:58:33 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 18qHbJ-0003DC-00 for ; Tue, 04 Mar 2003 19:57:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qHaE-00036l-04 for gnu-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2003 13:56:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.mathworks.com!news.mathworks.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 20 Original-NNTP-Posting-Host: kinnucanp.dhcp.mathworks.com Original-X-Trace: ginger.mathworks.com 1046803963 25903 144.212.115.65 (4 Mar 2003 18:52:43 GMT) Original-X-Complaints-To: news@mathworks.com Original-NNTP-Posting-Date: Tue, 4 Mar 2003 18:52:43 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:110807 comp.emacs:78011 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:7306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7306 Chris writes: > What is the best mode/tools to edit Docbook with Emacs? Is there anything > that is as sophisticated as AucTeX/RefTeX in terms of document navigation > and dealing with large documents (I love using RefTeX to navigate through > the TOC, etc)? The XML Authoring Environment for Emacs (XAE) is a package that converts Emacs into an authoring environment for creating DocBook-based documents. It is available as a single download that includes all the Emacs packages, DTDs, stylesheets, and documentation that you need for DocBook-based authoring in Emacs. It includes Emacs lisp and Java code that creates a menu of useful commands, including a command that converts DocBook-based xml documents to html and displays them in your system's browser. See http://xae.sunsite.dk for more information. - Paul