RE: XHTML -- FO

2003-02-26 Thread VipinJ
Hi, i dont know whether this would be helpfulMay be u can do a reverse engineering :-) This is the transformation of FO to HTML. The site is www.renderex.com May be u can find something over there... Browsing

IndexOutOfBoundException

2003-02-26 Thread Myriam Delperier
Hi, I've gt this error transforming .fo to.pdf [fo2pdf] [INFO] building formatting object tree [fo2pdf] [INFO] setting up fonts [fo2pdf] [INFO] [1] [fo2pdf] [INFO] [2] [fo2pdf] [INFO] [3] [fo2pdf] [INFO] [4 (blank)] [fo2pdf] [INFO] [1] [fo2pdf] [INFO] [2] [fo2pdf] [INFO]

Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
Hello, I have tried a program like the ExampleObj2PDF using the AbstractObjectReader and the EasyContent...Proxy. It was working fine. Now, Itry to deploy an EJB using the same code in a 9IAS OC4J server. The problem is now that the jaxp2 lib used in OC4J is not Xerces2 but an Oracle

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Jeremias Maerki
Good to see that my code was worth the time and it gets used. :-) Let's see: What you do here has relatively little to do with the XML parser (Xerces or whatever). We're doing an XSL transformation here. FOP uses Apache Xalan per default. Oracle seems to have its own implementation. I don't have

FOP0.20.3 VS Fop0.20.5 in counting number of pages

2003-02-26 Thread MARTIN Franck
Hi all, I'm using FOP 0.20.3 and i'm trying to count the number of pages of a pdf generated document. Therefore i'm using the getResults().getPageCount() method of the Driver object to do so. I'm using FOP with differents XSL stylesheets documents and i noticed that the result is accurate for all

RE: Fop Logo Contest

2003-02-26 Thread Andy Joslin
cheers A -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 26 February 2003 10:36 To: [EMAIL PROTECTED] Subject: Re: Fop Logo Contest Andy Joslin wrote: Here's a couple of designs for the logo competition. I've done the design in a few different colours as

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
TransformerFactory factory = new org.apache.xalan.processor.TransformerFactoryImpl(); Works fine, thanks a lot. Laurent. PS: I am very glad to please you ! It was exactly corresponding to my needs. - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

jai/jimi support

2003-02-26 Thread Valeiko, Michael
Title: jai/jimi support I cant get a png file to load I continue to get the following message. [ERROR] Error while creating area : Error creating FopImage object (file:tcolon.png) : Jimi image library not available from fo:block fo:external-graphic role=img src=""> /fo:block I have

FOP with jimi

2003-02-26 Thread Pachinger Martin
Title: FOP with jimi Hallo Here is the link to the release notes http://xml.apache.org/fop/relnotes.html In the release notes of the version 0.20.3 there is following text: Jimi has been removed for licensing reasons If you need PNG support you have to download Jimi

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Jeremias Maerki
A good idea to find out what's wrong is to disable FOP and serialize the generated XSL-FO to a file at the place where you normally pipe the SAX events over to FOP. Then, check the generated file if it's what you expected. On 26.02.2003 17:02:39 Laurent Forêt wrote: I 've written too fast. I

Re: jai/jimi support

2003-02-26 Thread Jeremias Maerki
Hmm, make sure you do a build clean before the build or you cannot be certain, that the files inquestion get recompiled. I hope that helps. On 26.02.2003 17:04:19 Valeiko, Michael wrote: I cant get a png file to load I continue to get the following message. [ERROR] Error while creating area :

Re: FOP with jimi

2003-02-26 Thread Jeremias Maerki
On 26.02.2003 17:05:27 Pachinger Martin wrote: Hallo Here is the link to the release notes http://xml.apache.org/fop/relnotes.html In the release notes of the version 0.20.3 there is following text: Jimi has been removed for licensing reasons If you

Can one specify multiple input xml files?

2003-02-26 Thread Doron Rosenberg
Hi, We are planning on using java/fop on Netscape DevEdge to generate PDFs from our xml source, and I was wondering if its possible to specify multiple input xml files somehow? regards, Doron -- Doron Rosenberg Netscape Communications Corp. Get Netscape 7.02 at

Re: symbol font SVG not display

2003-02-26 Thread J.Pietschmann
H. krishna wrote: See my root element. fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:xlink=http://www.w3.org/1999/xlink; xmlns:svg=http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd; This is correct or wrong? Kindly advise me. Actually, this is not relevant to your problem.

Re: IndexOutOfBoundException

2003-02-26 Thread J.Pietschmann
Myriam Delperier wrote: Hi, I've gt this error transforming .fo to.pdf ... java.lang.IndexOutOfBoundsException: Index: 14, Size: 7 This is probably cause by bad colspans, undeclared columns, absolute cell-to-column-assignments or some other similar problem. I'd like to know if there's a way to

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread J.Pietschmann
Laurent Forêt wrote: xsl:template match=/|* ^ This is a bad idea, in particular because you have this: xsl:apply-templates/ further down. Look for errors in the logs (if there are logs) - Original Message - BTW it is considered bad netiquette to leave unused

Re: Can one specify multiple input xml files?

2003-02-26 Thread J.Pietschmann
Doron Rosenberg wrote: We are planning on using java/fop on Netscape DevEdge to generate PDFs from our xml source, and I was wondering if its possible to specify multiple input xml files somehow? It depends what you mean by generating... from XML. There is half a zillion of possibilities to