Hello,

I've defined two editors:
<book><info>
    <editor>
       
<personname><honorific>...</honorific><firstname>Editor1</firstname><surname>..</surname></personname>
        <affiliation><orgname>...</orgname></affiliation>
    </editor>
    <editor>
       
<personname><honorific>...</honorific><firstname>Editor2</firstname><surname>..</surname></personname>
        <affiliation><orgname>...</orgname></affiliation>
    </editor>
</info>...</book>

I've customized the titlepage to include the editors:
<t:titlepage t:element="book" t:wrapper="fo:block"
font-family="{$title.fontset}">
    <t:titlepage-content t:side="recto">
        ...
        <editor font-size="14pt" space-before="5mm" />
        ...
    </t:titlepage-content>
    ...
</t:titlepage>

After generating the FO and then the PDF (with FOP) I've noticed an
annoying extra space is being output after the editors. The editors
themselves are printed correctly with their respective names
concatenated with the "and" word in a single fo:block. I've checked the
generated FO file and found out that the same fo:block for the editors
is being output twiche, while the second one is completely empty.

Is there a simple way to fix this? I'm currently using docbook5 with
docbook-xsl-1.74.

best regards,
Aleksandar

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to