Hello,

I was looking into the French PHP manual and I have received the
following:

/usr/bin/jade:./fr/functions/uodbc.xml:23:19:X: reference to non-existent
ID "database-support-options"

The cause is the following, ./en/chapters/install.xml has been changed and
"database-support-options" are now not defined. In
./en/functions/uodbc.xml the paragraph with the
linkend="database-support-options" is only a comment.

bash-2.01$ find . -name "*.xml" | xargs grep "database-support-options"
./en/functions/uodbc.xml:
linkend="database-support-options">Installation on Unix
./ja/functions/uodbc.xml:    <link
linkend="database-support-options">UNIXã·ã¹ãã ã¸ã®ã¤ã³ã¹ãã¼
./it/chapters/install.xml:   <sect2 id="database-support-options">
./kr/functions/uodbc.xml:
linkend="database-support-options">Installation on Unix
./fr/functions/uodbc.xml:    <link
linkend="database-support-options">Installation sous Unix</link>
./nl/chapters/install.xml:   <sect2 id="database-support-options">
./nl/functions/uodbc.xml:
linkend="database-support-options">Installation on Unix

This means the following:

ja is ok
it don't have a partintro in it/functions/uodbc.xml
kr have an english version with partintro for uodbc.xml and in the
translated install.xml there is no database-support-options defined.
uodbc.xml should be removed, because the ./configure command will
automatically substitute a missing file with the english version
fr have two old files (install.xml and uodbc.xml)
nl have also two old files (install.xml and uodbc.xml) 

Please check the two files and update.

-Egon

-- 
http://www.linuxtag.de/
http://php.net/books.php 
http://www.concert-band.de/
http://www.php-buch.de/

Reply via email to