On Tue, Jul 03, 2007 at 03:50:39PM +0200, Stefano Sabatini wrote:
> I elaborated a very basic derived mode (attached) with the imenu
> tagging for the titles. Then I discovered the function:
> nxml-hide-all-text-content
> which shows in the editing buffer the outline of the whole document.
Thanks, I will use your mode!
> My ideal solution would be to find a way to use semantic to analyze
> somehow these tags to show up in the speedbar or in the ECB methods
> buffer this outline.
Yes. Speedbar etc. have an easier life with HTML, because <h1>..<h6>
already give some more information then <title>, where you have to
check if it is the title of a book, a chapter, a section, or a
section/section/section.
Cheers!