On 19 August 2010 12:02, Mark Wiesemann <p...@mark-wiesemann.de> wrote: > Hi Peter, > >> salathe Wed, 18 Aug 2010 11:43:15 +0000 >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=302434 >> >> [...] >> Modified: phpdoc/en/trunk/reference/spl/recursivedirectoryiterator.xml >> =================================================================== >> --- phpdoc/en/trunk/reference/spl/recursivedirectoryiterator.xml >> 2010-08-18 11:33:01 UTC (rev 302433) >> +++ phpdoc/en/trunk/reference/spl/recursivedirectoryiterator.xml >> 2010-08-18 11:43:15 UTC (rev 302434) >> [...] >> >> + >> + <refsect1 role="changelog"><!-- {{{ --> > > <refsect1> doesn't seem to be allowed here:
Yep, my bad. I placed it outside of the <partintro> that it should have been inside of. It has now been moved and also renamed to <section> to match the other class-level changelog that I spotted (ArrayObject). > > ERROR (file:////..../en/reference/spl/recursivedirectoryiterator.xml:124:4) > </phpdoc:classref> > ----^ > Element classref content does not follow the DTD, expecting (((title | > titleabbrev | subtitle)* , info?) , partintro? , (phpdoc:varentry | > refentry)*), > got (title titleabbrev partintro refsect1 refentry refentry refentry refentry > refentry refentry refentry refentry ) > > Regards, > Mark