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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Discard leading/trailing whitespace in <title> elements?


I'm using DocBook XSL with FOP to generate PDF.

With a <title> like this:

<title>My Title</title>

The output looks like this:

Section X.Y "My Title"

With a <title> like this:

<title>
 My Title
</title>

The output looks like this, with a space between the quote characters
and the title content:

Section X.Y " My Title "


This retention of surrounding whitespace around element content does
not occur for elements such as <para>. Is there something I can do
to cause surrounding whitespace to be discarded for <title> elements
as well.




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