← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] article / info / author / address - how do I makeit appear?

From
Denis Bradford <>
Date
2010-07-18T12:31:04+00:00
ID
Thread
Re: [docbook-apps] article / info / author / address - how do I makeit appear?
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,  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: 
> For additional commands, e-mail: 
>
>
← Prev in month ← Prev in thread
Next in thread → Next in month →