Hi,
The manual build of the de manual fails with following messages:
sample:
/usr/bin/openjade:/dat/dev/php/phpdoc/en/faq/com.xml:146:34:E: [xref auf para
wird nicht unterstützt]
[xref on para is not supported]
The id xref is linking to, is missing in the de-tree, but present in
the missing-ids.xml file:
<para id="ini.com.allow-dcom"></para>
In the english file in question (faq/com.xml) xref is used like:
<xref linkend="ini.com.allow-dcom"/>
As this points to <para id="ini.com.allow-dcom"></para> in
missing-ids.xml for the de tree, obviously no link text can be produced.
This should not affect the building prozess,(it's only a warning) but
renders not very nice:
http://www.php.net/manual/de/faq.com.php#faq.com.q8
The link text ist empty.
Anything we can do about?
Possibilities (other than updating the german manual ;-)):
1.) use xreflabel
2.) produce content for the para's in missing-ids.xml
3.) split the faq
Any suggestions?
I prefer 2.) or 3.)
Thanks,
Friedhelm