OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] What element to use?


On 09/23/2011 11:00 AM, Dominic Weiss wrote:

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

<<


tdg is your friend?
Any child of chapter which suites your need.
http://www.docbook.org/tdg/en/html/chapter.html

Descriptive?
http://www.docbook.org/tdg/en/html/ch02.html#ch02-makechap
Might help?
  there we see sect1 as being suitable,
or sect.

You may also look at the bridgehead element?

HTH



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



regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]