VS: Win32

2002-03-25 Thread Teemu . Talja
Hi, Practically you have to be a Java programmer at a basic level to be able to use FOP. (This is my opinion) Or maybe you can use it for learning XSL-FO in other case, if someone deploys the servlet on your machine Teemu Talja [EMAIL PROTECTED] [EMAIL PROTECTED

how to avoid long strings exceeding table cell borders?

2002-03-18 Thread Teemu . Talja
e XSL file and these are the whole XML and XSL files <> <> ____ Teemu Talja [EMAIL PROTECTED] [EMAIL PROTECTED] työpuhelin 0307 20138 GSM 040 55 43 156 palautusrahtikirja.xml Description: Binary data XSLfileForReturnConsignmentNote.xxx Description: Binary data

dynamically generated PDF documents are not reloaded as they shou ld

2002-03-04 Thread Teemu . Talja
7;t know of what version of Acrobat. Teemu Talja [EMAIL PROTECTED] [EMAIL PROTECTED] työpuhelin 0307 20138 GSM 040 55 43 156

VS: Pipe XSLT Transform to FOP (AND: ABOUT MAIL ARCHIVES)

2002-02-26 Thread Teemu . Talja
Hi I looked at the mailing list archives Joerg recommended (are all messages written to this mailing list found there)? If someone is interested in firing FOP with SAX events, the most interesting messages I found in the archive are http://marc.theaimsgroup.com/?l=fop-dev&m=100559404418852&

VS: FOP and servlets

2002-02-18 Thread Teemu . Talja
I've noticed the same. - Teemu > -Alkuperäinen viesti- > Lähettäjä:[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Lähetetty:15. helmikuuta 2002 18:17 > Vastaanottaja:[EMAIL PROTECTED] > Aihe: Re: FOP and servlets > > No, it's not the solution. In fact, my code is good but m

VS: Pipe XSLT Transform to FOP

2002-02-12 Thread Teemu . Talja
This is how i thought to do it and that someone else (Lakshmi) made working :) using DOM instead of (File)Streams. -Teemu -Forwarded message- Lähettäjä: Lakshmi Anantharaman [SMTP:[EMAIL PROTECTED] Lähetetty: 18. tammikuuta 2002 22:26 Vastaanottaja: Fop-User (E-mail) Aihe:

Reusing Driver object instances

2002-02-05 Thread Teemu . Talja
Hi, I am trying to make my code more efficient, so I was reading FOP documentation to find out what is said there about optimizing. the following is said about reusing objects in file http://xml.apache.org/fop/embedding.html : *** > If FOP is going to be used multiple times within your applicat

VS: XML, XSL a real problem

2002-02-04 Thread Teemu . Talja
here you have a working servlet <> it is using older Xalan version I do not feel comfortable with sending my XML and XSL files because they are connected with my work you can easily find correct-syntax examples from wrox (making xml and xsl guide books) web site -Teemu > -Alkuperäin

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

VS: Entity references in FOP

2002-01-29 Thread Teemu . Talja
correction: this has for sure nothing to do with the encoding of the XML files but the ENCODING OF THE FONTS. -Teemu > -Alkuperäinen viesti- > Lähettäjä:[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Lähetetty:29. tammikuuta 2002 9:21 > Vastaanottaja:[EMAIL PROTECTED] > Aih

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 � , where should be the hexa

VS: FOP and DOM Success

2002-01-21 Thread Teemu . Talja
Thank you, I think this code really is useful! I really have reported a bu to bugzilla about the DOM input. the bug number is 5075. Should someone add this code there too as it really has to do with the reported problem? -Teemu > -Alkuperäinen viesti- > Lähettäjä:Lakshmi Anan

VS: java.lang.NullPointerException

2002-01-18 Thread Teemu . Talja
Hi I previously tried using DOM Input with FOP 0.20.1 but it did not work. (I reported a bug to bugzilla) It seemed to me that FOP does not work with DOM input, when I switched to Stream input (using the same FOP code) it started working. - Teemu