Re: Entity references in FOP

2002-01-29 Thread Joerg Pietschmann
David Wood [EMAIL PROTECTED] wrote: I would be curious to find a list of what entities are in and what aren't. Also, I presume I can use a numeric code (#number; - or amp;#number;) to reference the character directly. However, it seems like a list of those numbers and their corresponding

Re: multiple output files

2002-01-29 Thread Joerg Pietschmann
Matthew L. Avizinis [EMAIL PROTECTED] wrote: A whole lotta help needed please: I need to write to a file all the 1) page-number-citations page numbers along with their corresponding ref-id's also the 2) last page of the pdf file being currently generated by FOP along with it's corresponding

Re: FOPException: no protocol (embedded in servlet)

2002-01-31 Thread Joerg Pietschmann
[EMAIL PROTECTED] wrote: I get a FOPException while processing a XSL-FO with Fop-0.20.3rc. For testing I'm transforming a xml document into xsl-fo ... javax.servlet.ServletException: FOPException: no protocol: ?xml version=1.0 encoding=iso-8859-1? fo:root

Re: FOPException: no protocol (embedded in servlet)

2002-02-04 Thread Joerg Pietschmann
Sebastian Will [EMAIL PROTECTED] wrote: Your help is much appreciated. I searched through the available archives (most of them seem to be down), but I cannot find some better way to implement a convert-xml-to-fo-with-xsl-and-render-that-without-writing-to-FS rendering. That's odd. Since

Re: ERROR in server

2002-02-07 Thread Joerg Pietschmann
Pedro Barco Bernal [EMAIL PROTECTED] wrote: My code is placed in a JSP and i do not know why it doesn´t run fine. The error i get is: org.apache.fop.apps.FOPException: Bad file descriptor but i´m sure that the xml and xsl are well-formed... This is a somewhat rare and obscure I/O error

RE: FOPException

2002-02-08 Thread Joerg Pietschmann
Xie, David (IPCG-NJ) [EMAIL PROTECTED] wrote: I am running FOP 0.20.1. The strange thing is when I ran one or two FOP servlets embed from my browser everything works fine. However, when I send many requests, sometime I get errors such as FOPException, connection reset by peer:socket write

RE: Entity references in FOP

2002-02-11 Thread Joerg Pietschmann
Arved Sandstrom [EMAIL PROTECTED] wrote: The entity references are a side issue. If you are going to use validation then you must describe the entire XML vocabulary, because that is the meaning of valid. That's correct, however, even non-validating parsers are required to read and respect an

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Joerg Pietschmann
Jeremias Maerki [EMAIL PROTECTED] wrote: The only place where Xerces is directly imported is the PFMReader and TTFReader. Ok, Driver, when startet using the command line, uses Xerces by default, but nothing prevents you from using any JAXP parser with FOP. Stuff matching org.apache.x* in

Re: FAQ Answers please

2002-03-07 Thread Joerg Pietschmann
(Crossposted to both fop-dev and fop-user. fop-user subscribers, please post follow-ups to fop-dev) alex [EMAIL PROTECTED] wrote: Can anyone capture any important questions and answers which I should put into the FAQ? Well questions are easy, answers somewhat less: Here is my impression 1. FOP

Re: Zip distribution files?

2002-03-21 Thread Joerg Pietschmann
[EMAIL PROTECTED] (Carlos) wrote: The issue has to do with incompatible line endings. If you try to run a tar.gz file on Windows it is likely to cause problems because of the line endings. As already mentioned WinZip and many other compression utilities can extract files from .tar.gz archives

Re: No handler defned for external graphic

2002-12-21 Thread Joerg Pietschmann
On Saturday 21 December 2002 12:13, you wrote: I am using the the latest CVS version (tag fop-0_20_2-maintain), and have compiled it with both jimi and JAI enabled. However, i get the following error on fo:external-graphic src=file:///somepath/someimage.jpg / ERROR (2002-12-21)

Re: supported image formats

2002-12-22 Thread Joerg Pietschmann
On Saturday 21 December 2002 21:54, you wrote: e.g. I use fop in a production under Websphere 3.5, which has ibm jsk 1.2.2 and jdk there btw is unupgradable. That's not quite correct, we run a variety of WebSphere 3.5 on AIX 4.3.x using both IBM JDK 1.3.0 and 1.3.1. Both the 1.3.0 JDK and

Re: No handler defned for external graphic

2002-12-22 Thread Joerg Pietschmann
On Sunday 22 December 2002 12:35, you wrote: Thanks. Actually i was using centipede to create the pdf which was using forrest, which was using cocoon. So it was xml-xslt-fo-pdf. Upgrade Xalan to the lates version, and you should see an error message. J.Pietschmann

Re: No handler defned for external graphic

2002-12-22 Thread Joerg Pietschmann
On Sunday 22 December 2002 14:04, you wrote: Do you mean the latest CVS? I tried with 2.4.1, same result (ie, correct result from command line, same error message via cocoon) 2.4.1 should be ok. Are you running on JDK 1.4? Check if you really use your Xalan version with Cocoon. JDK 1.4 comes

Re: fop recommendations on OS/390

2002-12-25 Thread Joerg Pietschmann
On Tuesday 24 December 2002 15:23, you wrote: I am looking for recommendations on whether my XML file as input to FOP should be EBCDIC or ASCII. The application will be running as a servlet within WebSphere.I think either type of encoding could be made to work, but which would be best?

Re: Cross Post RE: DOCBOOK-APPS: screenshot and itemizedlist,top alignment in single row table

2002-12-28 Thread Joerg Pietschmann
On Friday 27 December 2002 09:32, you wrote: The FOP Web Site does list some limitations with Tables, but nothing about formatting lists in table cells. Perhaps, somebody on the FOP-USER list has experienced this problem and can give us a solution or pointer. The problem is that FOP does not

Re: fop in tomcat-4.1.18 and struts-1.1-b2

2002-12-28 Thread Joerg Pietschmann
On Saturday 28 December 2002 13:04, you wrote: When I deploy my webapp, I get the exception below if I put the fop xml libs in my webapp's WEB-INF/lib dir. Anyone know how to resolve this? Ask on a Tomcat list. They are responsible for the classloader. I'm putting these files from fop 2.0.5rc

Re: page-sequence

2002-12-28 Thread Joerg Pietschmann
On Thursday 26 December 2002 21:57, you wrote: 1) Could somebody please share any sample xsl that would allow me to create multiple page-sequence? I have multiple tables with combined over 1,000 rows and I understand that I need to use multiple page-sequence per page to free up memory

Re: fop in tomcat-4.1.18 and struts-1.1-b2

2002-12-29 Thread Joerg Pietschmann
On Sunday 29 December 2002 04:57, you wrote: Struts, and FOP are all happy, except for this hopefully harmless exception as tomcat starts up: ... Parse Fatal Error at line 551 column 44: The string -- is not permitted within comments. ... Anyone know what file tomcat is complaining about?

Re: Special Characters

2002-12-30 Thread Joerg Pietschmann
On Monday 30 December 2002 16:55, you wrote: My problem is that sometimes FOP creates an invalid PDF file because of a special character (such the Euro sign, for example). Each time this happens, I look for that character in my code and replace it with an equivalent character or the Unicode

Re: fop.jar with patches

2003-01-02 Thread Joerg Pietschmann
On Thursday 02 January 2003 15:55, Fabrizio Tringali wrote: OK, but I need the patched version for NullPointerException on Txt-Rendering bug Oops! Go to the mailing list archive, like http://marc.theaimsgroup.com select the FOP cvs list, search the CVS commit diff which fixes the problem and

Re: svg fills black when using variable

2003-01-03 Thread Joerg Pietschmann
On Friday 03 January 2003 01:00, you wrote: In the example below the rectangle is filled with black instead of limegreen. Is there a way to specify the fill color using a variable? ... xsl:variable name=color select=limegreen/ svg:svg height=400 width=400 svg:rect style=fill:{$color}

Re: fop.jar with patches

2003-01-03 Thread Joerg Pietschmann
On Friday 03 January 2003 02:23, Peter B. West wrote: I'm deeply conservative about critical software like the repository. However, when (and if) the Apache repository goes to SubVersion, FOP may be obliged to go with it. AFAIU there will be a choice, the CVS and SubVersion repositories will

Re: Image border and page numbering issues

2003-01-05 Thread Joerg Pietschmann
On Sunday 05 January 2003 21:48, rakesh patel wrote: 1. I have an external image within a block. I apply a border to the block but there's always a (1 pixel wide roughly) gap above and below the image. Probably a bug. Add the border to the image instead as a work around. a. the header to

Re: Can FOP indent tables (say, with start-indent)?

2003-01-06 Thread Joerg Pietschmann
On Monday 06 January 2003 12:02, Graham Hannington wrote: Can FOP indent tables? I don't think so. Two simple workarounds 1. Use an additional column (without borders) for indentation, for example for a 2 column table indented by 6pt fo:table layout=fixed fo:table-column