On Nov 5, 2007 3:13 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Edward Z. Yang wrote: > > $ php configure.php > > > > on the REF_STRUCT_DEV branch fails with: > > > > Warning: DOMDocument::load(): StartTag: invalid element name in > > c:/Users/Edward/Webs/phpdoc-dev/en/reference/imagick/imagick/resizeimage.xml, > > line: 59 in C:\Users\Edward\Webs\phpdoc-dev\configure.php on line 878 > > Fixed this error, in commit 1.6.2.5 in the abovementioned file. There > are a number of other errors, namely dangling IDREF linkends, but I > believe these are by design as Hannes disabled them in 1.224.2 for > manual.xml.ini "for a few hours", which has turned into several days.
Yup. the IDREF warnings are expected since I disabled few OO extensions when I upgraded the extension reference markup and didn't have the time to complete the OO extensions. Using `php configure.php` these warnings are treated as errors (normally IDREF warnings *should* stop the build), but if you use "make test_xml" the .manual.xml will be generated and usable. In this particular case these warnings can be ignored. -Hannes
