Re: [PHP-DOC] cvs: phpdoc /en bookinfo.xml preface.xml /en/features connection-handling.xml cookies.xml error-handling.xml file-upload.xml http-auth.xml images.xml persistent-connections.xml remote-files.xml safe-mode.xml From: Jeroen van Wolffelaar (jeroen <email protected>)
Date: 08/13/01

> > +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