show/hide this revision's text 2 added 43 characters in body

This is possible i'm not sure what the exact output is but have you tried:

<fo:block-container>
   <fo:block text-align="left">text</fo:block>
   <fo:block text-align="right">text</fo:block>
</fo:block-container >

I haven't done XSLFO in a while but i can certainly recommend Stylus Studio for XSL-FO development (and in general XML), The in-app debugging and previewing saved my ass on finishing a deadlinedeadlines on time. You can make Stylus work with the Apache FOP processor as well.

PS: I would have double checked if i had Apache FOP etcetera set up correctly back at home as well.

show/hide this revision's text 1

This is possible i'm not sure what the exact output is but have you tried:

<fo:block-container>
   <fo:block text-align="left">text</fo:block>
   <fo:block text-align="right">text</fo:block>
</fo:block-container >

I haven't done XSLFO in a while but i can certainly recommend Stylus Studio for XSL-FO development (and in general XML), saved my ass on finishing a deadline.

PS: I would have double checked if i had Apache FOP etcetera set up correctly back at home as well.