[EMAIL PROTECTED] wrote:
<snip/>
Earlier it was working fine means I was getting 3 pages in the pdf file. But after me using <fo:block-container> within the body of <fo:flow flow-name="xsl-region-body"> I am getting only one page in the pdf file and I am using <fo:simple-page-master> tag
The reason that you are only getting one page is that block-container's do not flow across pages in FOP. They are classed as "out of flow" objects, and as such cannot generate content that flows across pages. What effect are you trying to achieve? Someone on this list maybe able to suggest alternatives.
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]