reading fo tags from database and using within xsl dynamically

2003-08-28 Thread Lee, Insoo
Hi, We need to read it a value dynamically from the database. and this value contains fop tags such as fo:block blah blah blah /fo:block fo:block blah blah this is the second block /fo:block Is there any way to display that within the xsl (this xsl contains

FOP servlet is called multiple times!!

2003-05-17 Thread Lee, Insoo
Title: FOP servlet is called multiple times!! How would we trouble shoot this? We never saw this happening until we rolled out our app to the production, which uses https. And it does not happen consistently!! Help!! We see this on FOP FAQ, and the second bullet point says we should not

repeat fo:table-row on a new page?

2003-03-20 Thread Lee, Insoo
Hello - I have a long table that spans over a number of pages. I have a fo:table-header repeat over multiple pages - using table-omit-header-at-break=false I have some sub column titles in fo:table-rowfo:table-cell /fo:table-row/fo:table-cell that need to be also repeated on a new page.

fo:block on a new page

2003-03-19 Thread Lee, Insoo
I have some fo:block(s) that need to start on a new page... However I like to make an exception for the first fo:block so that I don't get the first blank page... Is there any smart way to do it without introducing fo:conditional-page-master-reference? Thanks

quick question on aligning table in region-body

2003-03-17 Thread Lee, Insoo
How would I center the whole table? I was hoping to do display-align=center to fo:table, but it didn't work... fo:region-body doesn't seem to take display-align=center, so I'm trying to do margin-left=2cm to region-body or fo:table, but it complains about [INFO] area contents overflows area...

proxyServlet - delegating work

2003-02-28 Thread Lee, Insoo
Title: proxyServlet - delegating work Hello, This is more like a servlet question, could you please help? We decided to designate another tomcat instance for PDF/FOP processing. In tomcat servlet container we do something like Driver driver = new Driver(); Logger log = new ConsoleLogger(

RE: Writing efficient XSL

2003-02-21 Thread Lee, Insoo
hes? Other people on this board are better experts when it comes to performance-tuning your FO. 20 minutes sounds excessive for about anything though. What is your heap size? -Matt -Original Message-----From: Lee, Insoo [mailto:[EMAIL PROTECTED]Sent: Thursday, F

RE: Writing efficient XSL

2003-02-21 Thread Lee, Insoo
Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, February 20, 2003 6:47 PM To: [EMAIL PROTECTED] Subject: Re: Writing efficient XSL Lee, Insoo wrote: I basically have one big table because I need to repeat column headings.. Have you checked whether you can put

Writing efficient XSL

2003-02-20 Thread Lee, Insoo
Could you please take a quick look at my XSL and see where I can improve it?... I know it's a very vague request, but I would appreciate any comments or advice... I can generate FO object relative quickly, but when generating 20 pages, it takes about 5 minutes.. (Driver.run()) and I think my XSL

RE: Writing efficient XSL

2003-02-20 Thread Lee, Insoo
portance: High How about the data file? -Original Message- From: Lee, Insoo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 4:01 AM To: [EMAIL PROTECTED] Subject: Writing efficient XSL Could you please take a quick look at my XSL and see where I can improve it?... I know i

Javadoc for org.apache.fop.apps.*

2003-02-19 Thread Lee, Insoo
Title: Javadoc for org.apache.fop.apps.* Hello, Where can I see javadoc for org.apache.fop.apps.* Thanks IL

FOP performance - frustrating.. help!!

2002-12-27 Thread Lee, Insoo
Hello, I'm getting a little frustrated with FOP performance. We are generating an XML on the fly that contains a few tables with about 1,000 rows in total. We passdown this XML along with XSL to the transformer to generate PDF from our servlet. (transformer.transform( inXML, new

FOP vs DRE

2002-12-27 Thread Lee, Insoo
Does anybody have any experience with IBM DRE? In terms of performance, which one would perform better? Thanks IL - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

page-sequence

2002-12-26 Thread Lee, Insoo
1) Could somebody please share any sample xsl that would allow me to create multiple page-sequence? I have multiple tables with combined over 1,000 rows and I understand that I need to use multiple page-sequence per page to free up memory 2) I'm not doing any 'page x of y' stuff,