On 8/16/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Another couple of questions: > 1. What does &reference.module.functions; (functions.xml) collect - > xml:id or refname?
Neither. functions.xml is autogenerated by configure and referes to the filepath. > 2. There's two ways of making external links <ulink url> and <link > xlink:href>. Is there a difference? Which one should be used? <ulink /> does not exist in DocBook5. The correct method is <link xlink:href="&entity;"> (all external URLs should be entities and added to phpdoc/entities/global.ent -Hannes