Re: How Can I Get a Nested List Item Have a Different Mark

2010-06-28 Thread Pascal Sancho
Hi Tom, Fop doesn't provide any default bullet by itself. I guess you are using an XML + XSLT couple to feed Fop, in this case this is the XSLT job. You have to thake a look closer in your XSLT. -- Pascal Le 26/06/2010 19:08, Tom Browder a écrit : On Sat, Jun 26, 2010 at 12:05, Tom Browder

Re: Old vs new area tree/IF

2010-06-28 Thread Pascal Sancho
Hi Craig, With the Fop trunk version, you can produce either the new IF file (the default), or the old AT file. The IF page [1] should give you further information. [1] http://xmlgraphics.apache.org/fop/trunk/intermediate.html -- Pascal Le 28/06/2010 02:51, Craig Ringer a écrit : Hi I'm

Re: matchless in Solaris

2010-06-28 Thread Craig Ringer
On 28/06/10 12:00, Syd Bauman wrote: When I give fop 0.95 an XSLT 2.0 stylesheet that calls the XPath matches() function on a SunOS[1] system running java 1.4[2] I get javax.xml.transform.TransformerException: Could not find function: matches. The same version of fop executes the transform

Re: How Can I Get a Nested List Item Have a Different Mark

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 00:14, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, Could you clarify whether your problem is the html open circle or the default pdf bullet? The pdf bullet--I cannot get it changed to the open circle for the nested items. Thanks, Georg. Regards, -Tom

RE: AW: Compression of output question

2010-06-28 Thread Eric Douglas
I'm printing an image on every page of every document (company logo). I couldn't figure out a format to reference an external file (BMP/JPG/etc) which works regardless of which machine the transform runs on, so I embedded the image as SVG. I was wondering if there's a way to embed it once and

want to catch missing font warnings

2010-06-28 Thread Bas van den Broek
Hi all, I am using FOP 0.95 and my fo file contains an unknown font to the library. This is the warning I get: WARNING: Font 'fakefont,normal,400' not found. Substituting with 'any,normal,400'. I would like to be able to catch this warning 'cause in my case I don't want to continue if a font

RE: want to catch missing font warnings

2010-06-28 Thread Eric Douglas
It's passing out a message using org.apache.commons.logging.Log.warn(). If you can't get that method to throw out an error, you can just download the fop source, change the font method, and recompile. The message is in org.apache.fop.fonts.FontInfo.notifyFontReplacement(). Have you gotten it to

column-number or no of cells in the row overflows the no of fo:table-column specified for the table

2010-06-28 Thread Varra, Mamatha
Hi All, I am new to FOP and XSL. We are upgrading FOP 0.25 with FOP 0.95. We did all necessary java changes to convert XML file into PDF. We are facing probles in changing the xsl files. Few errors were resolved like empty cells etc.. but we couldn't figure out the error column-number or

AW: column-number or no of cells in the row overflows the no of fo:table-column specified for the table

2010-06-28 Thread Georg Datterl
Hi Mamatha, Whenever I saw that message before, it had always the same reason, exactly the reason stated in the message. Somewhere in your fo file there's a table and in this table in at least one row the number of cells exceeds the number of defined table-columns. The number of table-columns