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
('norich') / /xsl:call-template /fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table /fo:flow /xsl:template Thanks, Luke - Original Message - From: Luke Shannon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:43 PM Subject: Document Questions Hello

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
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 10, 2005 5:12 PM Subject: Re: Document Questions Luke Shannon wrote: fo:region-body margin-top=3cm/ fo:region-before extent=3cm/ fo:region-after extent=1.5cm/ Minor problem here: your

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