RE: Page background color

2005-01-10 Thread Dennis Myrén
I finally achieved the layout I wanted. Thank you for your help. I just needed to know a bit more about how the regions work. (I use PDF as the output format, and use points as units rather than pixels as I did in the example.) -Original Message- From: J.Pietschmann [mailto:[EMAIL

FOP 20.5 and Java 1.5

2005-01-10 Thread David Frankson
Title: FOP 20.5 and Java 1.5 I recently upgraded my system to Java 1.5 and I'm experiencing problems with generating pdfs using FOP. Some xsl:fo files, but not all, generate output that Acrobat chokes on. If I look at the raw PDF output, it is different. Other files produce output that

Re: Unbound Error

2005-01-10 Thread Luke Shannon
You are correct. Thanks, Luke - Original Message - From: Chris Bowditch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 10, 2005 5:44 AM Subject: Re: Unbound Error Luke Shannon wrote: Hello Andreas; This is the nature of my problem. The block lies outside of the

Document Questions

2005-01-10 Thread Luke Shannon
Hello; I am working on creating all the various layouts our product supports in FO. Having some issues. The code below runs when it is time to get the FO input: !-- fo root: all document properties go inside this tag -- fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; !-- configure the page

Re: Document Questions

2005-01-10 Thread Christopher Milton
Where is the closing /xsl:template? --- Luke Shannon [EMAIL PROTECTED] wrote: Hello; I am working on creating all the various layouts our product supports in FO. Having some issues. The code below runs when it is time to get the FO input: !-- fo root: all document properties go

Re: Document Questions

2005-01-10 Thread Luke Shannon
Hi; I have scrapped the code I originally posted in favour of tables. My code runs without error now, but the document is blank? Any tips would be appreciated: Code starts here: !-- fo root: all document properties go inside this tag -- fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; !--

Re: Document Questions

2005-01-10 Thread J.Pietschmann
Luke Shannon wrote: fo:region-body margin-top=3cm/ fo:region-before extent=3cm/ fo:region-after extent=1.5cm/ Minor problem here: your body region overlaps region-after. fo:table fo:table-body No fo:table-columns here. Bad. FOP 0.20.5 can't do table auto layout. Also, you should have got a warning

Re: Document Questions

2005-01-10 Thread Luke Shannon
Thanks. It was the missing column declarations. I don't know all of the pieces of this system, I am guessing this was giving an error but somewhere in the code that exception was being caught and not reported. My issue now is getting the document to find the image source I want to use. fo:block

Re: Document Questions

2005-01-10 Thread The Web Maestro
On Jan 10, 2005, at 3:14 PM, Luke Shannon wrote: snip My issue now is getting the document to find the image source I want to use. fo:block fo:external-graphic src=url(hockey_canada0104.jpg)/ /fo:block What path should I be putting before the image name? One from the tomcat bin directory to the