Radu Coravu
Hi, I see that the XSL-FO file contains an fo:inline element inside an fo:block-container element:
<fo:block-container text-align="center">...<fo:inline border-left-width="0pt" border-right-width="0pt">Tasks and what they can do</fo:inline>....</fo:block-container> It's hard to tell what the problem is without seeing your custom
plugin but maybe one of your XSLT customizations which overrides
the book title generation outputs that inline element instead of
wrapping it in an fo:block element.
Radu Radu Coravu Oxygen XML Editor On 1/1/21 14:29,
bvigneshwaran21@... wrote:
Dear All,
|
|