Sam Steingold <>, 2006-08-19 22:56 -0400:
> <refentryinfo>
> <author><firstname>Bruno</firstname><surname>Haible</surname><address><otheraddr><ulink url="http://www.haible.de/bruno/"/></otheraddr></address></author>
>
> produces this in MAN page output:
>
> AUTHORS
> Bruno Haible
>
> Author.
Not exactly. The blank line between "Bruno Haible" and "Author."
is an artifact of your customization layer, not something produced
by the stock stylesheets.
> 1. what do I do to replace "Author." in "AUTHORS" with the url?
Use the latest snapshot. I checked in a change that should give
you what you want without you needing to make any change to your
XML source or customization layer.
> 2. why is nothing like that produced in the HTML output?
Because HTML output from the DocBook XSL stylesheets is not
intended to reproduce the look of man pages.
--Mike