RE: HELP: fop and oc4j

2003-09-05 Thread Zhang, Li
After searching Oracle's forums, I figured it out that Oracle's XML parser and XSLTransformer does not work with FOP. So if I use Xerces and Xalan with OC4J (for example, by specifying -D parameter or setting the system property) I can generate PDF output with FOP. Wonderful! Thanks for your respo

RE: HELP: fop and oc4j

2003-09-05 Thread Andreas L. Delmelle
> From: Zhang, Li [mailto:[EMAIL PROTECTED] > > I'm trying to run the "servlet" example of FOP in OC4J (Oracle App Server > 9.0.3) but always get the following error. However when I run the > "embedded" > examples I can successfully create the report. Has anyone > successfully used > FOP with OC4J?

HELP: fop and oc4j

2003-09-05 Thread Zhang, Li
I'm trying to run the "servlet" example of FOP in OC4J (Oracle App Server 9.0.3) but always get the following error. However when I run the "embedded" examples I can successfully create the report. Has anyone successfully used FOP with OC4J? Do you know how to work around the transformer issue? I'm

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > > We are trying to create reports for multiple nested categories. > Each category has free form header and footer. But they all > share the same column headings. We have no problem with the HTML > reports, because can be put inside table cell. > I'm no

RE: Printing PDF ?!? - merely a confirmation

2003-09-05 Thread Andreas L. Delmelle
> From: Benjamin Wischek [mailto:[EMAIL PROTECTED] > There is a FAQ and it says about problems with fop & batik used together > (http://xml.apache.org/batik/faqs.html#faq-28). It advices to > remove the w3c.jar > of fop from the classpath. But I don't find this file. Is it the > xml-apis.jar in th

Re: Printing PDF ?!?

2003-09-05 Thread Benjamin Wischek
Hi there ! @Matthias: Thanks for your advice, but I already had it formated this way... I am not giving up *g* I looked around for a while on the Batik-Homepage because of this "method not found message" in the batik.jar. There is a FAQ and it says about problems with fop & batik used together

Re: Dynamic page break control

2003-09-05 Thread Chris Bowditch
From: Kuba Królikowski <[EMAIL PROTECTED]> Hello! I'm new Fop user. Now I'm recognizing this utility and analyzing if it is suitable for my needs. I'm afraid about page break controling in Fop. I need such functionality as: 1. I want to print tables. Content in some cells has a lof of rows (more

Re: Printing PDF ?!?

2003-09-05 Thread Matthias Schäfer
Hello Benjamin, your Stacktrace looks like one of mine a few weeks ago. Oleg Tkachenko pointed me to change: to this (which is roughly equivalent): That was the solution for my problem. Maybe you can check if there is something like that with your files ... Matthias

First line on page at different places

2003-09-05 Thread Honza Pazdziora
Hello, I'm using 0.20.5 to typeset a fairly long document, produced from DocBook source using Saxon 6.5.3. The first lines are not on the same spot (vertically) -- some of the lines are about 1 line-height lower (my line-height is set to 1.45 and it's not a whole one line skip). I was not able t

Re: IPD

2003-09-05 Thread jaccoud
One should distinguish carefully between words and symbols. Words are the domain of languages, and each idiom has distinct orthographic and word creation rules. For example, you write "2 millimeters" in English, "2 millimètres" in Frech, "2 Milimetern" in German, "2 milímetros" in Portuguese, and

Re: Printing PDF ?!?

2003-09-05 Thread Benjamin Wischek
Hi Chris ! > I'm a bit puzzled by the first exception.txt you sent. Cant explain it. > Anyway, the second exception you sent is what I expected, the PCL Renderer > falling over because it cant cope with SVG. Sad to hear this... > I checked the SVG you sent and > its just got simple rectangles.

Dynamic page break control

2003-09-05 Thread Kuba Królikowski
Hello! I'm new Fop user. Now I'm recognizing this utility and analyzing if it is suitable for my needs. I'm afraid about page break controling in Fop. I need such functionality as: 1. I want to print tables. Content in some cells has a lof of rows (more than one) - I don't know how many before

Re: Printing PDF ?!?

2003-09-05 Thread Chris Bowditch
From: Benjamin Wischek <[EMAIL PROTECTED]> Hi Chris ! Ok, I checked it and generated the fo-file with xalan first. there is no output on the console which says there is an error. I generates a fo-file. Seems like there is no error in the xsl... I'm a bit puzzled by the first exception.txt you sen

Re: Printing PDF ?!?

2003-09-05 Thread Benjamin Wischek
> Looks like the exception is thrown by Xalan. Which would suggest that the > problem is caused by something in your XSL stylesheet. > > Are you passing in XSL and XML files as arguments at command line? If so, > Xalan gets called to generate the XSL-FO first, before FOP begins > processing > i

Re: Printing PDF ?!?

2003-09-05 Thread Chris Bowditch
From: Benjamin Wischek <[EMAIL PROTECTED]> Hi Chris! Sorry, I got your mail when I was at home, so I couldn't mail you back with the wanted information. So here it is. I added the svg from Krysalis and a text-file with the exception as attachment. BTW: I started FOP from the command line... Looks l

Re: Database data - PDF

2003-09-05 Thread Felice Angemi
From: "catal" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Database data - PDF Date: Thu, 4 Sep 2003 17:11:24 +0300 MIME-Version: 1.0 Received: from mail.apache.org ([208.185.179.12]) by mc8-f36.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 4 Se

Re: Printing PDF ?!?

2003-09-05 Thread Benjamin Wischek
Hi Chris! Sorry, I got your mail when I was at home, so I couldn't mail you back with the wanted information. So here it is. I added the svg from Krysalis and a text-file with the exception as attachment. BTW: I started FOP from the command line... Greetings, Ben[ERROR] java.lang.NullPointerExc

Re: RE: Batik Extension/FOP problem

2003-09-05 Thread Jay Chiu
I solved the element class mapping issue, but still get exception at org.apache.batik.bridge.CSSUtilities.convertDisplay() because getComputedStyle(e, SVGCSSEngine.DISPLAY_INDEX) returns null on flowTextElement. If I set the method to return true, then I get exception at org.apache.batik.bridge.CSS

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Jay Chiu
We are trying to create reports for multiple nested categories. Each category has free form header and footer. But they all share the same column headings. We have no problem with the HTML reports, because can be put inside table cell. I also tried to use SVG, but also got some problem. I will s

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Andreas L. Delmelle
> Do you have any plan to implement the block-container inside > table-cell in the near future? Can't answer this one, but I somehow feel compelled to add that I fail to see, in the snippet posted with the original question, why you would *need* a block-container in this case. I think the desired

RE: Batik Extension/FOP problem

2003-09-05 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > I got the same exception as what Swapan got. I think the > problem Difficult to tell... ( also because I haven't used Batik directly ) Does this happen with other graphic formats too? What versions (FOP & Batik) are you using? Is FOP being run from the

Re: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Jay Chiu
Do you have any plan to implement the block-container inside table-cell in the near future? Thanks a lot. Jay On Thu, 04 Sep 2003, Chris Bowditch ([EMAIL PROTECTED]) wrote: > >From: Jay Chiu <[EMAIL PROTECTED]> > > > >I tried to set absolute positioned fo:block-container inside > >table-