RE: Weird behaviour of Apache fop

2002-06-27 Thread Michiel Verhoef
I'm afraid a slight mistake has been made in WJ's answer: our input does not contain elements etc. but type strings. Thus, we have to do string processing instead of writing templates :-( Were we able to use Perl I'd have it done in a couple of lines days ago, but alas, we can't :-) Michie

RE: Weird behaviour of Apache fop

Perhaps to stress unneccessary: the transformation as such does work. Guessing from the information so far it looks like we're unable to create a tree. We are able to create a string, which looks exactly like the tree we need when written to a file. Humm... need to thyink about that one for a wh

RE: Weird behaviour of Apache fop

Right, I've got it! This is some speculation but what probably happens is this: When we do just one replacement of all occurrences of for instance things are fine. It just goes wrong when we try to do the same thing for more similar "elements"/strings. My guess is that the XSL functions xsl:

AW: AW: Problem with servlet

I got it also running on Websphere 3.5.6 (means fixpack 6 is installed) on Win2000 and AIX. Websphere starts without problems and fop is also running of course. Here is my line with the classpath of the admin.config: com.ibm.ejs.sm.adminserver.classpath=C\:/WebSphere/AppServer/newJars/xerces- 1.2.

Re: Weird behaviour of Apache fop

I see. What about parsing the input string before transformation? Is it well-formed? Michiel Verhoef wrote: I'm afraid a slight mistake has been made in WJ's answer: our input does not contain elements etc. but type strings. Thus, we have to do string processing instead of writing templates

Re: Weird behaviour of Apache fop

So, just transform to string and give the string to fop, no big deal using jaxp. Michiel Verhoef wrote: Perhaps to stress unneccessary: the transformation as such does work. Guessing from the information so far it looks like we're unable to create a tree. We are able to create a string, which look

RE: Weird behaviour of Apache fop

Unfortunately we're in a non Java environment here. We've got to work with a couple of developers who have no clue as to what they are doing but are considered "essential" to the project. Any necessary changes in the "xml" are non negatioable :-( As the actual content is stored in an attribute (s

UnsatisfiedLinkError

* This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. * Dear

co's in programlistingco always start on new line

Hi FOPpers ! I have a problem with annotating code in my DocBook. I want to use an have the areas and callouts all set up fine. But the callout numbers appear on a new line with just the number in it, not at the position I want it to appear. I read in References and FAQ's about it, but which attr

RE: Weird behaviour of Apache fop

why can't you do multiple transformations? the first transformation will transform the xml into another xml document where you rearrange the elements/attributes into a format more favorable to you. Then your second transformation can use the new xml to do tree parsing. You may not be able to chan

RE: Weird behaviour of Apache fop

That's the sort of thing I was thinking of (the preprocessor). However, if we're producing a more favorable format anyway we could just as easily produce a fo file and feed that to fop. We were just wondering why we couldn't do this in one call to fop, but that is all clear now. $ -Original

Float or alternative

Any idea on when FLOAT will be implemented? Are there other ways to nicely float text around an image to get a professional looking docuemnt? > Thanks, > Paul Thibodeaux > > >

Block Absolute Postions

Hello, i want define an fo:block on an Absolute Position, but i dont find any Info about this in any Tutorial. Can anybody help me, where i can define an absolute Position on my page?? Thx a lot . Andre. [--My Bad English--]

Generating an Index or Table of Contents

Does anyone have any ideas on how one might generate an index at the back of a document based on entries contained within the pages of the document. These index entries would need to know the page number of source of the entry. This appears to be a little more advanced for what FOP currently offer

RE: Block Absolute Postions

Hello I'm Stefano, I found few days ago the way to create A block in an absolute position. The correct way is to Create a "block-container" in a fixed position and put inside a block where you can put anything. An example, inside a BODY :

Re: Generating an Index or Table of Contents

Hello Paul. > Does anyone have any ideas on how one might generate an index at the > back of a document based on entries contained within the pages of the > document. These index entries would need to know the page number of > source of the entry. Have a look at fo:page-number-citation. You need al

AW: Block Absolute Postions --ERROR--

Using the Example, I get an "org.apache.fop.layout.BlockArea" Error on FOP 0.20.3 My Example: Where is the Error?? Andre. -Ursprüngliche Nachricht

RE: Block Absolute Postions --ERROR--

In Attach an Example. Bye Stefano -Original Message- From: [m] zentrale | andre marthaler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 27, 2002 4:19 PM To: [EMAIL PROTECTED] Subject: AW: Block Absolute Postions --ERROR-- Using the Example, I get an "org.apache.fop.layout.BlockAre

RE: Block Absolute Postions --ERROR--

May be: Instead of "match",try to use "name". Here below the code: Bye Stefano -Original Message- From: [m] zentrale | andre marthaler [mailto:[E

Re: UnsatisfiedLinkError

[EMAIL PROTECTED] wrote: I have been using FOP for sometime now and have managed to achieve everything we needed to... However, when we attempted to deploy this to our webserver (Jserv with Oracle 9iAS) we ran into problems. Whenever a FOP transform is requested I initially get an U

Avoiding the logging messages generated when PDF generation is happening

Hi Friends, I am using apache fop to generate pdf through web. Foll. is the method used for rendering pdf. /** * renders an FO inputsource into a PDF file which is rendered * to File. */ public void renderFO(InputSource foFile,

Re: Avoiding the logging messages generated when PDF generation is happening

Use the logger included (check the docs or the website) and set logging to fatal then ya will only log the fatal errors and no others... greets Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

Re: Float or alternative

Thibodeaux, Paul wrote: Any idea on when FLOAT will be implemented? Are there other ways to nicely float text around an image to get a professional looking docuemnt? Paul, Float isn't coming soon. Therefore, you have to calculate your text lengths and then manually create the wrap around. I've

Re: Error using servlet for external-graphic

Please don't crosspost to both dev and user. Joel Stevenson wrote: I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200&h=100&leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG: The

Re: co's in programlistingco always start on new line

Norbert Schoepke wrote: I have a problem with annotating code in my DocBook. I want to use an have the areas and callouts all set up fine. But the callout numbers appear on a new line with just the number in it, not at the position I want it to appear. I read in References and FAQ's about it, but