RE: SVG rendering in release 0.20.3

2002-04-12 Thread Matthew L. Avizinis
Nope, but thanks for the suggestions. Has to be something else. I know nothing about the insides of Batik, but this is the cause of the problem. I put the batik.jar from 0.20.2 in place of the current one, and there you go, it works again. > -Original Message- > From: Keiron Liddle [mail

Re: bookmark

2002-04-12 Thread Joe Sytniak
PROJECT: STUFF Initials:_ REVISI

RE: Help! Problem with Fop in Tomcat

2002-04-12 Thread Cox, Charlie
from the classpath below, it looks as if you are using tomcat 4.0.3. there is a known bug in tomcat 4.0.3 where jar files in the \\WEB-INF\lib are not loaded. If your libs are in \tomcat\lib or tomcat\shared\lib they should be fine. Charlie > -Original Message- > From: Jeremias Maerki [m

bookmark

2002-04-12 Thread Fischer Tibor
Hello, How can i put entries into the bookmark of the pdf?? Thanks BR, Fishy

RE: Variables

2002-04-12 Thread Michal Kwiatek
It's just as good for you. If you want to know the difference, have a look at xslt specs at http://www.w3.org/TR/1999/REC-xslt-19991116 Michal Kwiatek --- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 > -Original Message- > From: Norr, Pe

RE: Variables

2002-04-12 Thread Norr, Peter
what about something like this? #003399 -Original Message- From: Michal Kwiatek [mailto:[EMAIL PROTECTED] Sent: Friday, April 12, 2002 1:31 PM To: [EMAIL PROTECTED] Subject: RE: Variables You have to declare it by using something like: Michal Kwiatek ---

RE: Variables

2002-04-12 Thread Michal Kwiatek
You have to declare it by using something like: Michal Kwiatek --- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 > -Original Message- > From: Norr, Peter [mailto:[EMAIL PROTECTED] > Sent: Friday, April 12, 2002 7:20 PM > To: '[EMAIL PR

Re: Variables

2002-04-12 Thread Chuck Paussa
Peter, Set the variable at the top of the stylesheet before any of your templates are defined. This makes the variable global. Chuck Paussa Norr, Peter wrote: What is the best way to set variables in stylesheets? For example, instead of constantly specifying the color for fo:block with a hex valu

Variables

2002-04-12 Thread Norr, Peter
What is the best way to set variables in stylesheets? For example, instead of constantly specifying the color for fo:block with a hex value, I would like to set a variable once and then reference it in all included/imported stylesheets. i.e. -

Re: Help! Problem with Fop in Tomcat

2002-04-12 Thread Jeremias Maerki
Hello Marina That's weird. It should never be necessary to unjar these jar to make them work. Looking a bit closer at your case I have a few comments: - You seem to edit Tomcat's classpath to include all jars you need. It's better if you placed all jars needed by your SOAP service in the WEB-I

Re: column problem

2002-04-12 Thread Chuck Paussa
Stefan, use Chuck Paussa Stefan Arn wrote: hi to all The PDF i want to create have 2 columns and a title over the columns(both in region-body).Just a Header and after that a text in 2 columns.. In my layout-master-set I defined my region-body like this: Now i have my columns but what must I do, th

column problem

2002-04-12 Thread Stefan Arn
hi to all The PDF i want to create have 2 columns and a title over the columns(both in region-body).Just a Header and after that a text in 2 columns.. In my layout-master-set I defined my region-body like this:

Re: Help! Code presentation

2002-04-12 Thread Stephan Wiesner
Yep, there is. I had the same problem, here is my solution: Code: - Original Message - From: "Michal Kwiatek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 2:31 PM Subject: Help! Code presentation > Hi there! > > I need to inclu

Help! Code presentation

2002-04-12 Thread Michal Kwiatek
Hi there! I need to include several pages of xml source code in my pdf document. I want to use code indented by XML Spy. That is to say, my text contains end-of-line and space characters which fop should preserve. I enclosed the source code in markup. Although spaces are preserved, end-of-lines

Re: Help! Problem with Fop in Tomcat

2002-04-12 Thread Marina Pérel
Hello Jeremias, Thanks for your help, but I finally found the problem : you must unjar the avalon-framework-4.1.2's jar and the batik-1.1.1's jar. I take a lot of time to find that because there isn't this information in fop's doc or in mailing list. It's curious, no? You don't have to unjar the a

Réf. : Re: Réf. : RE: print dialo

2002-04-12 Thread paudigier
Sorry for my error Thank you for your help. Regards. Pierre AUDIGIER MagnusSjöberg <[EMAIL

Re: Réf. : RE: print dialo

2002-04-12 Thread MagnusSjöberg
[EMAIL PROTECTED] wrote: > > Hey, > I want to use fop to generate a PDF document from an XML document with > JAVA. > Which class must i use??? > > Regards > > Pierre AUDIGIER First, do n o t answer a previous question with a new one. I'v seen this behaviour twice in short time on this list and

Réf. : RE: print dialo

2002-04-12 Thread paudigier
Hey, I want to use fop to generate a PDF document from an XML document with JAVA. Which class must i use??? Regards Pierre AUDIGIER

RE: print dialog

2002-04-12 Thread TSchutzerWeissmann
Henrik wrote: >at the moment i am printing directly from my application using fop >printrenderer, but now i need a printdialog >to select a specific printer ? i looked at PreviewDialog.java, but without >any idea howto solve my problem? When printing off the command-line, Fop looks for a java sys

RE: z-index status

2002-04-12 Thread Jesper Thorhauge (JTH)
Hi Arved   Thanks!   I’ll might look into adding some kind of sorting to the fo-tree. Actually, what i did in the project i’m working on was exactly the same J Before converting my HTML-layers into fo:block-container, i performed a merge sort on the array holding the layers to be writt

problem with text inside a block

2002-04-12 Thread Guillaume Patin
Is there a way to avoid fop from generating a pixel height line above and below your text in a block ?   I have a block whith a white background-color, and this block does not have the same height with or without text...   Guillaume Patin03 28 76 29 32[EMAIL PROTECTED]

problem with embedding fop solved

2002-04-12 Thread Marianne von den Driesch und Viktor Goebel
We used the Oracle JDeveloper to edit the Java application. Some of the libraries supplied by FOP are already available in the Oracle Java Packages. We had to remove the Oracle Java Packages and to add only the FOP Packages and the problems were solved. The code from Mr.Fischer worked: import

Re: Embedding problem

2002-04-12 Thread Guillaume Patin
I had the same problem, you should try my code : try { XSLTInputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile); XMLReader parser = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser"); Driver driver = new Driver(); driver.setLogger(log); dri

Re: SVG rendering in release 0.20.3

2002-04-12 Thread Keiron Liddle
I suspect this is a base url problem. Are you embedding?, is the base directory set? Is your URL correct? On 2002.04.12 03:39 Matthew L. Avizinis wrote: Hello all, This used to work in version 0.20.2 and 0.20.3rc http://www.w3.org/2000/svg"; width="{concat(@width,'mm')}" height="{concat(@hei

Re: document properties

2002-04-12 Thread Keiron Liddle
At the moment these things are not available. The creation date can be set from the current date and the title can come from the fo:title. It may be possible to create an extension to handle the other values similar to the bookmark extension. So these values have been considered but they are not

SVG rendering in release 0.20.3

2002-04-12 Thread Matthew L. Avizinis
Hello all, This used to work in version 0.20.2 and 0.20.3rc http://www.w3.org/2000/svg"; width="{concat(@width,'mm')}" height="{concat(@height,'mm')}" xml:space="preserve"> It doesn't now in the last 0.20.3. What happens is the box wi