RE: Does fo:basic-link work with 0.20.1 ?

2002-01-29 Thread Anil Pinto
Hi Dharmendra, Thanks for taking the time to reply to my query :-) I actually was doing the same thing but the only outstanding thing I noticed was that I was doing it within a fo:block-container and that was causing the effect of the fo:basic-link being masked () So I has to get rid of

Entity references in FOP

2002-01-29 Thread David Wood
In the interests of being typographically correct, I'm attempting to use oriented double and single quotes, ellipses, etc... These are typically referenced in HTML as ldquo; rdquo; (amp;ldquo; amp;rdquo;) and so on... however, FOP is informing me these entities are not declared. I would be

VS: Entity references in FOP

2002-01-29 Thread Teemu . Talja
I think this depends on the encoding of the XML files and have not used those with PDF default fonts. Anyway if you are using unicode (embedded) fonts you can see http://www.unicode.org/charts/ for listings of unicode entity references. these are used like #x; , where should be

FOP BUGZILLA : 0.17 is the last version

2002-01-29 Thread Teemu . Talja
Hi Who is taking care of FOP bugzilla maintaining? 0.17 is the newest FOP version that bugzilla knows. To spare work for the bug fixers it might be good to be able to mention the real version in the bug report. -Teemu

Speed problem

2002-01-29 Thread seb dupont
Hi, i use FOP to transform an xml file into PDF and the problem is the speed of the operation. I take 25seconds for a final pdf file of 6 pages (with 335 row and 7 columns). Is it normal, can i do something to acelerate this ? Thanks ___

Re: Entity references in FOP

2002-01-29 Thread Joerg Pietschmann
David Wood [EMAIL PROTECTED] wrote: I would be curious to find a list of what entities are in and what aren't. Also, I presume I can use a numeric code (#number; - or amp;#number;) to reference the character directly. However, it seems like a list of those numbers and their corresponding

Re: multiple output files

2002-01-29 Thread Joerg Pietschmann
Matthew L. Avizinis [EMAIL PROTECTED] wrote: A whole lotta help needed please: I need to write to a file all the 1) page-number-citations page numbers along with their corresponding ref-id's also the 2) last page of the pdf file being currently generated by FOP along with it's corresponding

RE: Speed problem

2002-01-29 Thread Solange Desseignes
Which version of Xalan do you use ??? I had the same problem or speed whith the version 2.1.0. With the version 2.2D11, it was faster !!! Solange Desseignes -Message d'origine- De : seb dupont [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 janvier 2002 15:07 À : [EMAIL PROTECTED] Objet :

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
Thanks for your response, Joerg. Read on if you think you might be able to help me further. -Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 10:04 AM To: FOP User Subject: Re: multiple output files Matthew L. Avizinis [EMAIL

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
Actually, now that I think of it, what I will need is a list of all the object id's that are then (or only might then be) later referenced by the PageNumberCitation ref-id. This way, when I generate a pdf that makes a PageNumberCitation to a ref-id in a pdf that was in a chapter generated in a

RE: multiple output files

2002-01-29 Thread Matthew L. Avizinis
Aha, now I see what you're saying. Thanks. I'll try that. -Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 11:35 AM To: FOP User Subject: Re: multiple output files Matthew L. Avizinis [EMAIL PROTECTED] wrote: Judging by the

RE: Speed problem

2002-01-29 Thread Solange Desseignes
I use FOP 0.20.1 too. I have fop.jar and xalan.jar (and associated jars) separately... I don't rebuild anything to use another version of Xalan with my Fop version ! I just change the xalan.jar... -Message d'origine- De : seb dupont [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 janvier 2002

RE: Speed problem

2002-01-29 Thread seb dupont
I can't do it because my xalan jar are named xalan2.0.0.jar and xalan2.2.0-D13.jar --- Solange Desseignes [EMAIL PROTECTED] a écrit : I use FOP 0.20.1 too. I have fop.jar and xalan.jar (and associated jars) separately... I don't rebuild anything to use another version of Xalan with my

Re: Speed problem

2002-01-29 Thread Carlos Araya
Can you set up your own classpath on your shell's profile? Carlos On 01/29/02 9:12, seb dupont [EMAIL PROTECTED] wrote: I can't do it because my xalan jar are named xalan2.0.0.jar and xalan2.2.0-D13.jar --- Solange Desseignes [EMAIL PROTECTED] a écrit : I use FOP 0.20.1 too. I

Whitespace

2002-01-29 Thread Scott Moore
Using 0.20.3rc, is there a way to preserve two spaces in a fo:block? Right now, it seems to be normalizing all my whitespace so my sentences run together with only one space between the punctuation and the next sentence. Scott Moore Senior Developer netDecide - http://www.netdecide.com/

RE: Whitespace

2002-01-29 Thread Scott Moore
Okay, figured it out. Sorry about the post. fo:block white-space-collapse=false Glad to see FOP supports that attribute! Scott -Original Message- From: Scott Moore [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 4:18 PM To: Fop User (E-mail) Subject: Whitespace Using