Re: In Progress Page while processing

2006-05-29 Thread CalvinD
Chris, Thanks for the info. I have read it over and got some logging to work. I can't find the page processed info. Found some old docs about it but not much help. I need to figure out how to determine the page number processed. I will keep trying and post any headway. Calvin -- View this

Re: In Progress Page while processing

2006-05-26 Thread CalvinD
Chris, I am using 0.92(guess I like to be on the cutting or bleeding edge as the case may be). Looks like the logging has changed from .20. I did find info on logging for .92 but nothing yet on MessageListener. Any examples would be helpful. I will start checking this out here to see if I can

In Progress Page while processing

2006-05-25 Thread CalvinD
Does anyone have an example of how to display progress web page while an embedded process is running? I am using the object to pdf processs and would like to display something to show the user that the process is running. Thank Calvin -- View this message in context:

Re: Location of xsltfile

2006-05-18 Thread CalvinD
Update. I found I had to place /xml/xslt/phonelist2fo.xsl in the src folder. If I did not and cleaned the project, it removed it from the build/classes/ folder. Once I move it to the src, everything worked fine. Calvin -- View this message in context:

Re: Location of xsltfile

2006-05-17 Thread CalvinD
I finally got the dynamic path working for the xslt (like projectteam2fo.xsl): I use Eclipse as an IDE so what I ended up doing was: Placed the following in the build/classes folder -- /xml/xslt/phonelist2fo.xsl So what I ended up with is a structure:

Re: Location of xsltfile

2006-05-15 Thread CalvinD
Jeremias, Sorry for not being clear. I was referring to the files like projectteam2fo.xsl from the examples used in the transformer. I was just wondering how others handle this file and if there was a certain location, by convention, that it was placed. Thanks Calvin -- View this message in

Location of xsltfile

2006-05-14 Thread CalvinD
Moving forward with my project I have succeeded in creating a pdf on the fly from a database query. My next stumbling block seems to be the location of the xsltfile file. When I run the program in Eclipse, I need to hard code the path to the .xsl file. When I move the code to Tomcat, its want

Re: footer/page number in embedded .xsl

2006-05-11 Thread CalvinD
Thanks for the info. I have included what I did below to add the footer with page number and other information. Calvin !-- = -- !-- root element: phonelist -- !-- = -- xsl:template match=phonelist fo:root

on the fly PDF creation from object array

2006-05-11 Thread CalvinD
I have the servlet working to create a PDF from an object list created from our database. I am writing the .xml to a file and them reading it back in which seems counterproductive. Is there a way to create the PDF on the fly without writing the xml to a file first. Thanks Calvn -- View this

footer/page number in embedded .xsl

2006-05-08 Thread CalvinD
I have my code working, extracting data from our database and producing a PDF from an OBJ. This works quite well. I am trying to find out how to add a page number and text in the page footer. I can find references to a static method but that does not seem to work for the embedded method nor can

Re: New User needs assistance

2006-05-01 Thread CalvinD
That was it. Now all I have to do is figure out how to use it. Thanks Calvin -- View this message in context: http://www.nabble.com/New-User-needs-assistance-t1525633.html#a4172223 Sent from the FOP - Users forum at Nabble.com.

New User needs assistance

2006-04-28 Thread CalvinD
I am trying to run the ExampleFO2PDF.java example. I downloaded 0.91 and loaded the fop.jar file as an external library into Eclipse. It finds everything but the org.apache.fop.apps.FopFactory import. Any help would be appreciated. Thanks CalvinD -- View this message in context: http