help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML "folding" mode


From: Stefan Monnier
Subject: Re: XML "folding" mode
Date: Wed, 03 Dec 2003 16:18:50 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> i think about a xml-mode which hides or "unfolds" the xml tags only showing
> the content data. it would make it much easier to edit this stuff.

You mean it should turn

    <tag arg=foo arg2=bar>
      <tag2 />
    </tag>
 
into something like

    <tag...>
      <tag2 />
    </tag>

or into something like:

    <tag arg=foo arg2=bar>
      ...
    </tag>

or both/either ?
The answer doesn't really matter since I don't know of any package that
provides this functionality directly, but I'm just tryin gto understand
better what you want.
It shouldn't be too difficult to add hs-minor-mode support to sgml-mode
(the major mode used to edit XML files).


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]