Accessing total page

2004-10-22 Thread MIDON ALEXIS
hi, is it possible to access the total page? My goal is to format a footer like page 2 of 21 I am able to get the current page number (page-number) but the total remains unknown. Thx in advance. Alexis - To unsubscribe,

RE: Accessing total page

2004-10-22 Thread Mark Donnelly
It is possible Alexis. See the following code: At the end of your fo document put a variable like this: snip !-- id used to calculate total pages -- fo:block id=terminator/ Where you would like the page (x of y) printed put the following: snip fo:page-number/ of fo:page-number-citation

RE: Accessing total page

2004-10-22 Thread TAILLEZ Yannick
See http://xml.apache.org/fop/faq.html#fo-total-pages -Original Message- From: MIDON ALEXIS [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 11:12 AM To: '[EMAIL PROTECTED]' Subject: Accessing total page hi, is it possible to access the total page? My goal is to format a

Retrieve-marker problem. Can anyone help with wrapper workaround?

2004-10-22 Thread John Burgess
I am trying to use maker and retrieve-marker to put the title of the current chapter into the header of my documents. I have this working BUT the formatting of the chapter title in the header is the same as where the marker is i.e. Large and Bold, appropriately for the title of a chapter

Help required for Japanese FOP

2004-10-22 Thread Sanket Desai
Hi all, Can anyone guide me for converting current FOP i.e. 0.20.5 for Japanese support. I found that, currently FOP doesn't support Japanese. Please guide me. regards, Sanket. - To unsubscribe, e-mail: [EMAIL

Necessary files

2004-10-22 Thread Johannes Franz
Hi there, i want to reduce the size of my fop-directory, because it is a little bit to big for my taste. So what are the really necessary files to run fop? Greetings, Johannes. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Help required for Japanese FOP

2004-10-22 Thread John Mok
Yes, FOP 0.20.5 does support Japanese. All you required is to create a font metrics from a font file that support Japanese, e.g. MSGothic found in Windows. Then, register the font metrics file as documented in the following :- http://xml.apache.org/fop/fonts.html Afterwards, you may referenc

Re: Retrieve-marker problem. Can anyone help with wrapper workaround?

2004-10-22 Thread Louis . Masters
John: Here is my marker code (FOP 0.20.3): !--parse out the markers-- fo:inline font-size=7pt color=black font-weight=normal white-space-collapse=true xsl:for-each select=@*[starts-with(name(.),'marker__')] fo:inlinefo:marker marker-class-name={name(.)}xsl:value-of

RE: Retrieve-marker problem. Can anyone help with wrapper workaround?

2004-10-22 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Here is my marker code (FOP 0.20.3): !--parse out the markers-- fo:inline font-size=7pt color=black font-weight=normal white-space-collapse=true xsl:for-each select=@*[starts-with(name(.),'marker__')]

Re: Retrieve-marker problem. Can anyone help with wrapper workaround?

2004-10-22 Thread John Burgess
Andreas Thanks very much! Putting the marker in a wrapper in an otherwise empty block stopped it appearing, and had it correctly formatted in the footer. I've looked again at what was happening before and you're quite right - the Chapter didn't appear. I'm afraid I had misunderstood fo:marker

exception on error

2004-10-22 Thread Agar, Robert
hi all, I have FOP running embedded in a java program. How do I make it throw an exception on an error, rather than just logging it? The particular error I want it to fail on is this: [ERROR] Error while creating area : Error with image URL: Images\test.jpeg (The system cannot find the path