On Jun 25, 2010, at 4:20 PM, Yago Ferrer wrote: > Hi Philip, > > The Spanish documentation is been broken for two weeks. When I tried to > compile it doesn't return any errors so is really hard to find where is the > problem. > Do you have any suggestion on what to do?
Hola Yago, It returned an error for me, as here's what I did: $ php doc-base/configure.php --with-lang=es ... -------------- Loading and parsing manual.xml... failed. ERROR (file:////Users/philip/svn/php/doc-all/es/install/windows/iis7.xml:unknown) Premature end of data in tag sect1 line 4 Previous errors too severe. Stopping here. -------------- And I noticed that </sect1> was missing, as line #4 is <sect1>. It's not all that intuitive of an error but does make sense, and lack of a closing tag appears to be the most common reason for it. It's now fixed in SVN. Regards, Philip