fo:external-graphic problem

2003-06-25 Thread sebastien . mielot
Hello, I have a problem when i use the fo:external-graphic tag. I use FOP and i have this error when i try to parse the fo file: Unsupported element encountered: external-graphic (Namespace : Default) Source context: ... Expected XSL-FO (root,, page sequence,etc.), SVG (svg, rect,

AW: external-graphic problem

2003-06-25 Thread markus . mueller
Hi, try fo:external-graphic src=star_white.gif/. Markus $ -Ursprüngliche Nachricht- $ Von: [EMAIL PROTECTED] $ [mailto:[EMAIL PROTECTED] $ Gesendet: Mittwoch, 25. Juni 2003 10:47 $ An: [EMAIL PROTECTED] $ Betreff: fo:external-graphic problem $ $ $ $ Hello, $ $ I have a problem

Re: Large XML Files and FOP: Out of Memory Exception

2003-06-25 Thread Jeremias Maerki
Here's our gathered knowledge about handling big files: http://xml.apache.org/fop/running.html#memory I'm certain you'll find your answers there. If not, try searching the mailing list archives and ask again if you are still not successful after that. I hope that helps. On 25.06.2003 12:21:35

line break at long string - overlap the following table cell

2003-06-25 Thread Zmitko, Jan
Hello, I´ve an table with with 7 seven columns. In one column are sometimes very long strings. If there is a space betwenn the words, the line-break works well. But if there is an String that have no spaces and is longer as the width of the column (cell) so these string goes to the next cell. Is

RE: line break at long string - overlap the following table cell

2003-06-25 Thread Torsten Erler
Turn on hyphanation in your stylesheet like below: fo:table table-layout=fixed inline-progression-dimension.optimum=100% hyphenate=true language=en hyphenation-push-character-count=2 hyphenation-remain-character-count=2 cu Torsten -Original Message- From: Zmitko, Jan [mailto:[EMAIL

Error Using FOP In Servlet And Its Fix

2003-06-25 Thread Michael Duffy
I'm running FOP 0.20.5rc3a with Tomcat 4.1.24 on Windows 2000 and JDK 1.4.1. I'm written a servlet modeled on the code from http://xml.apache.org/fop.servlets.html. I don't want to get XML or XSL from the server file system. My real app will have XML generated on the fly, so I'm using