I've checked in a fix for this to upstream source. If possible,
please test with the latest snapshot:

  http://docbook.sourceforge.net/snapshots/

But note this: address is a block element, always, and a DocBook
"verbatim" also (the equivalent of an HTML PRE -- all linebreaks
and whitespace within it are output as-is). So I'm not sure why
you had it marked up like the following in your test file:

  <para>Foo2 <address>FooScreen</address></para>

If the intent of that was to try to make it display inline, it's
not going to work -- not for HTML or FO output either -- because
address is a block element so you might just as well mark it up
like this:

  <para>Foo2
    <address>FooScreen</address>
  </para>

To see what I mean, compare the HTML output for the test file to
the manpages output.

  --Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to