Block-container with relative positioning as in your example is not
implemented, only absolute positioning.
You can easily rewrite your code to:
<fo:block font-size="22pt">
<fo:block>tekst</fo:block>
<fo:block>tekst</fo:block>
<fo:block>tekst</fo:block>
</fo:block-container>
...which does the same.
On 27.11.2002 14:58:11 Brienen, SJP (Sander) wrote:
> Hello all,
>
> I am using the block container element to keep together a few blocks. But
> when I generate my PDF nothing seems to display. Is this a problem of fop or
> is it anything else?
>
> Here is my code snippet:
> <fo:block-container font-size="22pt">
> <fo:block>tekst</fo:block>
> <fo:block>tekst</fo:block>
> <fo:block>tekst</fo:block>
> </fo:block-container>
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]