Re: Need a little help

2005-01-25 Thread Luke Shannon
How embarassing. That was it.

Thank you all.

Luke

- Original Message - 
From: "Andreas L. Delmelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 24, 2005 6:55 PM
Subject: RE: Need a little help


> > -Original Message-
> > From: Glen Mazza [mailto:[EMAIL PROTECTED]
> > 
> > I may be missing something here, but shouldn't the
> > flow-name be "xsl-region-before"[1]?
> > 
> 
> Nope! Dmmn' Right! :-P
> 
> Good catch.
> 
> Greetz,
> 
> Andreas
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
> -Original Message-
> From: Glen Mazza [mailto:[EMAIL PROTECTED]
> 
> I may be missing something here, but shouldn't the
> flow-name be "xsl-region-before"[1]?
> 

Nope! Dmmn' Right! :-P

Good catch.

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
> -Original Message-
> From: Luke Shannon [mailto:[EMAIL PROTECTED]
>
> Thanks, I added single quotes, not sure how that was overlooked. Anyway
> still no header.

How are you running FOP? Command line? If so, have you tried the '-d' option
to turn on debugging... If you're running embedded, you can pass in a more
detailed log level (see:
http://xml.apache.org/fop/embedding.html#basic-logging )

Maybe that will give us more info?

HTH!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need a little help

2005-01-24 Thread The Web Maestro
if fo:region-before is not large enough to contain the entire contents  
of fo:region-before it may 'wrap' to the next page. If you're  
generating a one-page document, then it 'disappears'. Try increasing  
the size of fo:region-before by .5cm or 1cm and see if it comes back.  
If it does, then you've got a padding or margin attribute which you  
need to remove or somehow accommodate.

Web Maestro Clay
On Jan 24, 2005, at 3:52 PM, Luke Shannon wrote:
Thanks, I added single quotes, not sure how that was overlooked. Anyway
still no header.
I can't help but think that this is a sizing issue. Maybe a made a  
mistake
somewhere when converting to cm? Although everything seems to add up  
so I'm
not sure what is going on.

- Original Message -
From: "Andreas L. Delmelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 24, 2005 6:43 PM
Subject: RE: Need a little help

-Original Message-
From: Luke Shannon [mailto:[EMAIL PROTECTED]
Hi Luke,
Everything looks good except that my header is no
longer showing up. I am not catching any errors
thrown when FOP renders the PDF.
I can't figure out why it is not being shown.
The cause seems to be here:

src="url(file:///usr/tomcat/ac/images/topbanner/ 
nakheel_BL_pdf_panel.gif)"
height="2.47cm" width="20cm" scaling="uniform" />

IIRC that should be either:
  src="url('file:///...')" (mind the quotes!)
or
  src="file:///..."
HTH!
Greetz,
Andreas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Web Maestro Clay
--
<[EMAIL PROTECTED]> - <http://homepage.mac.com/webmaestro/>
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Need a little help

2005-01-24 Thread Glen Mazza
I may be missing something here, but shouldn't the
flow-name be "xsl-region-before"[1]?

Glen

[1]
http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#region-name

--- Luke Shannon <[EMAIL PROTECTED]> wrote:
> 
> 
> 



> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need a little help

2005-01-24 Thread Luke Shannon
Thanks, I added single quotes, not sure how that was overlooked. Anyway
still no header.

I can't help but think that this is a sizing issue. Maybe a made a mistake
somewhere when converting to cm? Although everything seems to add up so I'm
not sure what is going on.


- Original Message - 
From: "Andreas L. Delmelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 24, 2005 6:43 PM
Subject: RE: Need a little help


> > -Original Message-
> > From: Luke Shannon [mailto:[EMAIL PROTECTED]
> >
>
> Hi Luke,
>
> > Everything looks good except that my header is no
> > longer showing up. I am not catching any errors
> > thrown when FOP renders the PDF.
> > I can't figure out why it is not being shown.
>
> The cause seems to be here:
> >  >
src="url(file:///usr/tomcat/ac/images/topbanner/nakheel_BL_pdf_panel.gif)"
> > height="2.47cm" width="20cm" scaling="uniform" />
>
>
> IIRC that should be either:
>
>   src="url('file:///...')" (mind the quotes!)
>
> or
>
>   src="file:///..."
>
>
> HTH!
>
> Greetz,
>
> Andreas
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need a little help

2005-01-24 Thread Andreas L. Delmelle
> -Original Message-
> From: Luke Shannon [mailto:[EMAIL PROTECTED]
>

Hi Luke,

> Everything looks good except that my header is no
> longer showing up. I am not catching any errors
> thrown when FOP renders the PDF.
> I can't figure out why it is not being shown.

The cause seems to be here:
>  src="url(file:///usr/tomcat/ac/images/topbanner/nakheel_BL_pdf_panel.gif)"
> height="2.47cm" width="20cm" scaling="uniform" />


IIRC that should be either:

  src="url('file:///...')" (mind the quotes!)

or

  src="file:///..."


HTH!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need a little help

2005-01-24 Thread Luke Shannon
Hello;

I converted all the measurements into cm on my page layout. Everything looks
good except that my header is no longer showing up. I am not catching any
errors thrown when FOP renders the PDF. I can't figure out why it is not
being shown. The image it self is at the path on the server, everything else
is rendered fine, just a space where the header should be.

Any help would be appreciated.

Thanks,

Luke

http://www.w3.org/1999/XSL/Format";>























Footer














-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]