> > +vi: et:ts=1:sw=1:textwidth=78:syntax=sgml
>
> Shouldn't it be syntax=xml?
True, it _is_ xml, but xml is very general, and that syntax doesn't
recognise the tags. sgml is a specify form of XML, the one used here... I
don't recall what it stands for, but it's in onde of the README's.
Try it out with vim, if you say syntax=sgml, tags like 'para', 'simpara',
etc are colored yellow, but if they are not recognised, red.
That is more useful than XML syntax.
One feature is missing in SGML syntax: <![CDATA[ isn't rendered correctly.
Greetz,
Jeroen