Re: Docbook Editors
Stefano Sabatini <stefano.sabatini-lala <at> poste.it>
2007-07-02 12:27:52 GMT
On date Friday 2007-06-29 08:57:16 -0300, Fabián Mandelbaum wrote:
> Another possible solution is to use Emacs PSGML instead of NXML mode,
> with PSGML mode you have automatic insertion of the 'skeletons' you
> want when inserting 'complex' elements (like variablelist). It even
> shows you (as a comment) which are the elements the DTD expects after
> the one you've inserted, or the structure expected by it by the DTD.
>
> http://www.lysator.liu.se/projects/about_psgml.html
>
> http://www.linkwerk.com/pub/xml/emacs-psgml/
>
> PSGML is a bit old and looks unmaintained but it works.
>
> On 6/28/07, John W. Shipman <john <at> nmt.edu> wrote:
> >On Thu, 28 Jun 2007, Stefano Sabatini wrote:
> >
> >+--
> >| Do someone know if it's possible with emacs NXML mode to see (for
> >| example in the ECB method buffer) the layout of the document edited,
> >| for example the hierarchy of chapters and sections?
> >+--
> >
> >I wrote a little Python script to pull out the id attributes
> >of all sections. I'd be happy to post it if you like. It
> >doesn't handle chapters; it assumes the document is an article.
> >
> >+--
> >| And what about the insertion of complex skeletons, like that of a
> >| variablelist? There is already some way to add them with some
> >| shortcuts or is needed to hook into nxml-mode-hook all the various
(Continue reading)