I'm getting it too. I did an SVN blame command and the user who last changed that line appears to be rquadling in r288937.
I fixed the missing </link> tag, which allowed me to compile the manual. I committed my change. Update and try again. Brandon On Tue, Sep 29, 2009 at 12:33 PM, Anthony Bedford <anthony.bedf...@sun.com>wrote: > Anyone else get this? > > Thanks, > Tony > > tony~/phpdoc/doc-base $ php configure.php > configure.php: $Id: configure.php 284721 2009-07-24 21:10:51Z cellog $ > PHP version: 5.2.6 > > Checking for source directory... /Users/tony/phpdoc/doc-base > Checking whether to save an invalid .manual.xml... no > Checking whether to include CHM... no > Checking for PHP executable... /usr/bin/php > Checking for language to build... en > Checking whether the language is supported... yes > Checking for partial build... no > Checking whether to enable detailed XML error messages... no > Generating /Users/tony/phpdoc/doc-base/manual.xml... done > Generating /Users/tony/phpdoc/doc-base/entities/version.ent... done > Generating /Users/tony/phpdoc/doc-base/scripts/file-entities.php... done > Iterating over extension specific version files... OK > Saving it... OK > Creating file /Users/tony/phpdoc/doc-base/entities/file-entities.ent... > done > Loading and parsing manual.xml... failed. > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:346:0) > <entry><link linkend="control-structures.goto"> (available since PHP > 5.3.0)</entry> > ^ > Opening and ending tag mismatch: link line 346 and entry > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:347:0) > </row> > ^ > Opening and ending tag mismatch: entry line 346 and row > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:720:0) > </tbody> > ^ > Opening and ending tag mismatch: row line 343 and tbody > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:721:0) > </tgroup> > ^ > Opening and ending tag mismatch: tbody line 26 and tgroup > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:722:0) > </table> > ^ > Opening and ending tag mismatch: tgroup line 18 and table > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:726:0) > </appendix> > ^ > Opening and ending tag mismatch: table line 16 and appendix > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:unknown) > Premature end of data in tag appendix line 4 > > ERROR (file:////Users/tony/phpdoc/en/appendices/tokens.xml:unknown) > chunk is not well balanced > > > Previous errors too severe. Stopping here. > >