<fo:block space-after="3.0pt" space-before="0.0pt" text-align="start"
text-indent="0.0pt" line-height="1.2" orphans="1" widows="1">
                <fo:inline font-family="Helvetica" font-size="10pt">
                <xsl:apply-templates/>
                </fo:inline>
                </fo:block>

what's wrong with this?
there is no result, whatever which parameter is given in orphans ans widows.

The next problem is keep-with-next:
        <fo:block margin-left="0.0pt" space-after="0.0pt" space-before="5.0pt"
                        text-align="left" text-indent="0.0pt" keep-with-next="true">
                <fo:inline font-family="Helvetica" font-size="11pt" font-weight="bold"
font-style="italic">
                        <xsl:apply-templates/>
                </fo:inline>
        </fo:block>
It doesn't work either.

Can anyone help please?

Jörg


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

Reply via email to