← Prev in month ← Prev in thread

What element to use?

From
Dominic Weiss <>
Date
2011-09-23T10:00:50+00:00
ID
Thread
What element to use?
Hallo
List,

i#m
searching an element which contains a title and will output a new line behind this.
The result should look like this:

 

>> 

Title 1

Description,
description, description

 

Title 2

Description,
description, description

<< 

 

Our db-structure
looks like that:

<book>

            ….

            <chapter>

                        … here ist he place to go ….

            </chapter>

</book>

 

I
tried <formalpara> but there is no new-line after the <title> (but ist
displayed here: http://docbook.org/tdg/en/html/formalpara.html)

 

<formalpara><title>Title 1</title>

                        <para>

                                   Description,
description, description

                        </para>

            </formalpara>

 

Since
we are chunking i cant use section.

 

We
are usin db4.5 with 1.75.2 xsl.

 

Dominic
← Prev in month ← Prev in thread