Re: [Vim-latex-devel] Re: Whats the best way to write vim documentation?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-20 04:43:32
|
On Sun, 19 Jan 2003, Mikolaj Machowski wrote: > I think it is easier to write some macros in vim/perl/python translating > vim-help format into xml/whatever than to translate it from xml and get > instantly nice formatting which is very important to readability of > vim-help files. > Actually, I think converting xml to vim help format will be much easier than the other way around... because the syntax of xml is so rigid and there are xml parsers available in python/perl etc. I looked at the xml.dom.minidom module of python briefly and I beleive that a converter shouldn't be too hard to do... But ofcourse, there might be even easier methods... Besides, xml is so much easier to write because it is freeform. I do not have to bother with paragraph indentation etc... Srinath |