Hello
there is a snippet of my .xsl. I would like it, when all the elements in
"standAuszTxt"
(it contains itself a table of "standTxt")
are a block on the same page with the "standEreigTitel" element.
....
<fo:table table-layout="fixed">
<fo:table-column column-width="17cm"></fo:table-column>
<fo:table-body>
<fo:table-row>
<fo:table-cell padding-top="0.5cm">
<fo:block font-family="Arial"
font-weight="bold" keep-with-next="always"><xsl:apply-templates
select="standEreigTitel"></xsl:apply-templates>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block><xsl:apply-templates
select="standAuszTxt"></xsl:apply-templates></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
....
Regards
P.Steiner
-----Urspr�ngliche Nachricht-----
Von: Oleg Tkachenko [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 16. Oktober 2002 11:47
An: [EMAIL PROTECTED]
Betreff: Re: AW: can I hack a keep-together?
Steiner, Priska wrote:
> I to, had problems with the "keep-together". I tried it with blind tables,
> but it
> seemed not to work with Fop 0.20.4.
h'm, afaik it works for me, post small snippet of your fo.
--
Oleg Tkachenko
eXperanto team
Multiconn International, Israel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]