GifImage hangs indefinitely

2007-04-02 Thread Daniel Noll
Hi all. I thought I might try to side-step the ImageIO GIF bug by commenting out that provider in FOP's ImageFactory. But it looks like the GifImage implementation is unsafe too. The call to consumer.getImage() hangs waiting forever. The underlying problem seems to come from the JDK,

Re: setting up environment

2007-04-02 Thread Vincent Hennebert
Hi John, John Saylor a écrit : hi i'm just trying to run fop on my linux box. i'm using fop-0.93 [from svn] and sun's jdk 1.6u1. i compiled it from source and i think it went well. i was trying to use /etc/fop.conf to set the base path so it would find what it needs to run and instead

inline svg examples dont work

2007-04-02 Thread Simon French
Hi, I'm having problems with inline svg In vers fop-0.90alpha1 they all worked fine. I've tried vers .92 .93 with no luck. Am I doing something wrong ? I'm trying the example from the fo basic folder, instream.fo Thanks in advance. Simon -- View this message in context:

Re: ClassCastException

2007-04-02 Thread Chris Bowditch
Daniel Noll wrote: Chris Bowditch wrote: snip/ Has anyone seen this exception before? Is it a bug in FOP, or is it solveable by filtering the FO file to repair it somehow? I've seen similar ClassCastExceptions, but they were caused by fo:wrapper being in places FOP didn't expect. In

basic-link doesn't cover all text inside

2007-04-02 Thread Thomas Gelzhaeuser
Hi fopsters. I'm trying now to create a table of contents in my pdf document by using basic-link and page-number-of-citation as it has been discussed here on the list before. Unfortunately, the text of the toc-entry is not completely within the link. Most importantly, the page number is not

Could not find function: replace

2007-04-02 Thread Johan Johansson
Hi, I'm trying to use the XSL 2.0 function replace() but i just got this error: javax.xml.transform.TransformerException: Could not find function: replace the code: xsl:value-of select=normalize-space(replace(../kund/brevnamn,'Å ','%A')) / Any suggestions?

Re: Could not find function: replace

2007-04-02 Thread Chris Bowditch
Johan Johansson wrote: Hi, I'm trying to use the XSL 2.0 function replace() but i just got this error: javax.xml.transform.TransformerException: Could not find function: replace the code: xsl:value-of select=normalize-space(replace(../kund/brevnamn,'Å ','%A')) / Any suggestions? If

Re: cant get inline svg to work

2007-04-02 Thread Simon French
For those experiencing the same thing I eventually found what I was looking for. Basically its a change in the way naming spaces are used - and not a bug within FOP itself. The simple answer is to switch to java 1.5.. If your using the FOP.CMD and have already ran under JDK1.4 then makesure you

word page break

2007-04-02 Thread Pardha Paruchuri
Hi All, I am using FOP 0.20.5 to convert a WordML document into PDF. As there are 2 types of pagebreaks in word, one the hard/soft page break(from menu insert-page break) and two the pagebreakbefore property on a paragraph(highlight a paragraph and right click to see properties), I see

Re: word page break

2007-04-02 Thread Jay Bryant
Hi, Pardha, I've done lots of work with WordML, so I can get you started on this one. Insert - Page Break produces the following element in Word's XML output (in the paragraph's text run): w:br w:type=page/ When you do it from the paragraph properties, you get the following element (in the

Re: ClassCastException

2007-04-02 Thread Daniel Noll
Chris Bowditch wrote: Daniel Noll wrote: Chris Bowditch wrote: snip/ Has anyone seen this exception before? Is it a bug in FOP, or is it solveable by filtering the FO file to repair it somehow? I've seen similar ClassCastExceptions, but they were caused by fo:wrapper being in places