You wrote:

> how can i align the fo:table elment at center of the
> page in xsl-fo.

use

<fo:table display-align="center">

> also how can i give space between two fo:block
> elements.

use the margin or space properties. For instance,

<fo:block space-after="1cm">...</fo:block>

Max.



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

Reply via email to