Hi Jochen
According to 'DocBook 5: The Definitive Guide'
(http://www.docbook.org/tdg51/en/html/info.html), article/info is not
designed to appear in output:
==================
Description
The info element contains meta-information about the element that
contains it.
Processing expectations
Suppressed.
==================
So I think you need to use address in a different context if you want it
displayed. The same DocBook design document /address.html) has this
example:
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example address</title>
<para>An example of a postal mail address in the United States:
<address>
John and Jane Doe
<street>100 Main Street</street>
<city>Anytown</city>, <state>NY</state> <postcode>12345</postcode>
<country>USA</country>
</address>
</para>
</article>
- Denis
On 07/18/2010 07:58 AM, [email protected] wrote:
I searched Bob's book for that (paper and online),
but to no success.
I wrote a little document,
and it's necessary, that it shows my address.
Any pointer pls?
Kind regards,
J.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]