I have following structure in my document
<menuchoice><guimenu>Project</guimenu><guimenuitem>Import
...</guimenuitem></menuchoice>
Unfortunately it occurs on the end-of-line, so Im-port must be splitted on
two lines. In the pdf output (docbook 1.60.1 and fop 0.20.4), the word
order changes to:
bla-bla Im-
Project|port ...
It must be a fop-problem, because the intermediate fo-file contains the
following code
<fo:inline font-weight="bold">Project</fo:inline>|<fo:inline
font-weight="bold">Import ...</fo:inline>
Cheers,
Tom
