.FO outout

2005-08-25 Thread Anil Pinto
Hi all, Is it possible to see the .fo output that FOP uses once it accepts the xml and xsl to create the pdf from the command line ? Thanks in advance. Anil Pinto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: .FO outout

2005-08-25 Thread JBryant
Hi, Anil, Yes. To get the .fo file, run Xalan rather than FOP. For example: xalan -in mysource.xml -xsl mystylesheet.xsl -out myout.fo Then, to turn the FO file into PDF, you can use: fop -fo myout.fo -pdf mypdf.pdf You can also use this feature to separate FOP from Xalan. I use Saxon 8.5, s

Re: .FO outout

2005-08-25 Thread Andreas L Delmelle
On Aug 25, 2005, at 20:12, Anil Pinto wrote: Hi Anil, Is it possible to see the .fo output that FOP uses once it accepts the xml and xsl to create the pdf from the command line ? With FOP 0.20.5 your only option is to run the XSL transformation separately, using the xalan.bat/xalan.sh shell

RE: .FO outout

2005-08-25 Thread Anil Pinto
Thanks for the prompt response Bryant. What I wanted to achieve is try to get the .fo using the same libs available to the specific FOP verison I am running from the command line. I am guessing it may not be possible to run the Transformer API directly from the command line like we do with FOP. I

RE: .FO outout

2005-08-25 Thread Anil Pinto
I think Andreas just answered my requirement. Thanks guys appreciate the help. -Original Message- From: Andreas L Delmelle [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 11:17 AM To: fop-users@xmlgraphics.apache.org Subject: Re: .FO outout On Aug 25, 2005, at 20:12, Anil Pinto

Deleting a blank page after the last element

2005-08-25 Thread bharathi kongara
Hi I've the following template in the style sheet I'm using a break-after="page" to force a page break, as my requirement is that each section starts on a new page. But this is forcing a blank page after the last section in the generated pdf(of

Re: Deleting a blank page after the last element

2005-08-25 Thread Andreas L Delmelle
On Aug 25, 2005, at 21:00, bharathi kongara wrote: Hi, I've the following template in the style sheet I'm using a break-after="page" to force a page break, as my requirement is that each section starts on a new page. But this is forcing a bla

Re: Deleting a blank page after the last element

2005-08-25 Thread bharathi kongara
Hi Andreas, It worked !!! Thank you so much. Bharathi Quoting: > I'm using a break-after="page" to force a page break, > as my requirement is that each section starts on a > new page. But this is forcing a blank page after the > last section in the generated pdf(ofcorse it will). Is > there an

Syntax of xsl:if

2005-08-25 Thread bharathi kongara
Hi Can somebody tell if the yntax of xsl:if I'm using is correct?(If so, why didn't it work) My xml is: Question> 1. true and my xsl is: page page __ Yahoo! Mail Stay connected, org

Re: Syntax of xsl:if

2005-08-25 Thread Christopher R. Maden
bharathi kongara wrote: > Can somebody tell if the yntax of xsl:if I'm using is > correct?(If so, why didn't it work) > > > Questions like this are better suited to the XSL list; this is not specific to FOP. See http://www.mulberrytech.com/xsl/xsl-list/ >. In this case, the problem is that the