Rakesh,

Your XSL doesn't look right.You're using:
                 <fo:static-content flow-name="xsl-region-after" 
border-spacing="3pt" padding="3pt">
                                <fo:block text-align="center">Page
<fo:page-number/> 
                                </fo:block>
                                <fo:block border="1pt solid black" />  
                
                </fo:static-content> 

But I don't see the Page# at the bottom of the PDF
page that you've generated & provided.

Try removing the above code and run it again,if you
haven't tried it already.

Also, you should be defining the xsl-region-after in 

    <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page"
page-width="11in">
          <fo:region-body margin-top="0.20in"
margin-bottom="0.20in" margin-left="0.50in"
margin-right="0.70in" />         
        </fo:simple-page-master>
      </fo:layout-master-set>

for a more explanation and example of how to define it
please refer to the following link:

http://www.xslfo.info/examples/regions_1.htm

Somehow your flow isn't right in the xsl and the fop
engine is decoding it as a blank page.

I'll try to did into this more but I can't promise
anything.

Regards
Ram
--- Rakesh Kumar S <[EMAIL PROTECTED]> wrote:

> 
> 
> Hi
> 
> I have a problem with XSL:FO,
> I am trying to generate a PDF that looks like the
> file : PDF_Target
> 
> I am using the number-rows-spanned="2"
> number-columns-spanned="6" in the XSL:FO, I am
> getting it in the way I wish but I am getting a
> blank page as the first page.
> 
> Please find attached the XSL file used and the PDF
> that I get (PDF_Generate) and the XML file I use.
> 
> Please let me know what is the mistake I am doing
> here.
> 
> Regards,
> Rakesh


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

Reply via email to