From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Ludlam Newsgroups: gmane.emacs.help Subject: Re: Speedbar and XML Date: 30 Oct 2002 08:11:33 -0500 Organization: The MathWorks, Inc., Natick, MA 01760 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: zappo@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035983727 24610 80.91.224.249 (30 Oct 2002 13:15:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 13:15:27 +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 186sgw-0006On-00 for ; Wed, 30 Oct 2002 14:15:26 +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 186shu-0006hL-00; Wed, 30 Oct 2002 08:16:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!news.mathworks.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: debianator.dhcp.mathworks.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:106552 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:3102 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3102 >>> Galen Boyer seems to think that: >Has there been any integration of speedbar and XML? > >If looked around on google and sourceforge and it looks like I can use >some form of the XSLT-process integration. > >I've been using XAE which enables PSGML for editing. Its very nice in >that it parses the DTD and then gives one context sensitive drop-downs >for insertion of appropriate tags, along with all the PSGML >functionality. The one thing I can't seem to find is and easy way to >"browse" the code. Speedbar would be perfect. Speedbar can be extended to display just about anything. It is just a matter of someone who knows the internal structures of the xml parsing code hacking something together to display the data structures. I can lend a hand to someone trying to figure out the speedbar api. Eric