>From text on http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html
...
Caution
As of version 0.18.1, FOP does not support fo:block-container or fo:table-and-caption.
...
Petr Z.
----- Original Message -----
From: "Colin Savage" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 4:16 PM
Subject: RE: block-container with block
> sorry, I typed it wrong below, should be:
>
> <fo:block line-height="30mm">
> <fo:block-container position="absolute" top="5mm" left="30mm"
> height="10mm" width="30mm">
> <fo:block>inside the block</fo:block>
> </fo:block-container>
> </fo:block>
>
> -----Original Message-----
> From: Petr Zeman [mailto:[EMAIL PROTECTED]]
> Sent: 07 September 2001 03:58
> To: [EMAIL PROTECTED]
> Subject: Re: block-container with block
>
>
> I think, the error is in the missing units (measures).
>
> <fo:block line-height="20mm">
> <fo:block-container position="absolute" top="5mm" left="5mm" width="10mm"
> height="10mm">
> Some stuff
> </fo:block-container>
> </fo:block>
>
> Petr Zeman
>
> ----- Original Message -----
> From: "Colin Savage" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 07, 2001 4:00 PM
> Subject: RE: block-container with block
>
>
> > sigh...can't get this right...can get the block-container to draw in the
> > block but top and left are ignored and the contents of the block-container
> > don't appear anywhere. Maybe one of the experts could help me out here?
> >
> > -----Original Message-----
> > From: Colin Savage [mailto:[EMAIL PROTECTED]]
> > Sent: 06 September 2001 05:37
> > To: 'Fop-Dev (E-mail)
> > Subject: block-container with block
> >
> >
> > I am trying to figure out if it is possible to implement the following
> > within fo:flow ?:
> >
> > <fo:block line-height="20">
> > <fo:block-container position="absolute" top="5" left="5" width="10"
> > height="10">Some stuff</fo:block-container>
> > </fo:block>
> >
> > In org.apache.fop.fo.flow.BlockContainer.Java, the area object is cast to
> > AreaContainer to get the X and Y coords of the container. Then adds the
> left
> > and top attributes for use with the new AreaContainer Constructor.
> > BlockArea doesn't implement AreaContainer, but does it have a an X and Y
> > position within the region body?
> > Help please?
> > Colin.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]