Thanks a lot ... it would be great if you could help me out.

-----Original Message-----
From: ramkumar.m.v [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 23, 2008 12:11 AM
To: [email protected]
Subject: Re: Doubt in XSL:FO

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]


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

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

Reply via email to