Using FopServlet with ISO-8859-1

2003-02-03 Thread Rob Staveley \(Tom\)
I've got an XML document encoded with ISO-8859-1 for which I have an XSL-FO which also outputs ISO-8859-1. This works nicely using the command line Fop. However, using the same XML and XSL with FopServlet I find that accented characters get clobbered in the retrieved PDF. It happens with Mozilla an

RE: Using FopServlet with ISO-8859-1

2003-02-03 Thread Rob Staveley \(Tom\)
thing like: LC_COLLATE=it_IT.ISO8859-1 LC_CTYPE=it_IT.ISO8859-1 LC_MESSAGES=it LC_MOLC_COLLATE=it.ISO8859-15 LC_NUMERIC=it_IT.ISO8859-1 LC_TIME=it_IT.ISO8859-1 hi - Original Message ----- From: "Rob Staveley (Tom)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February

RE: Using FopServlet with ISO-8859-1

2003-02-03 Thread Rob Staveley \(Tom\)
and it was not the browser but the web server. I solve it setting some locale on OS, something like: LC_COLLATE=it_IT.ISO8859-1 LC_CTYPE=it_IT.ISO8859-1 LC_MESSAGES=it LC_MOLC_COLLATE=it.ISO8859-15 LC_NUMERIC=it_IT.ISO8859-1 LC_TIME=it_IT.ISO8859-1 hi - Original Message - From: "Ro

RE: Fop Logo concept

2003-02-04 Thread Rob Staveley \(Tom\)
I agree with your sentiments, though it is indeed a nice design. I'm no artist, but what about a play on the word fop/foppish (as in a dandy)? There are nice images of fops at http://www.theonion.com/onion3011/foppish.html and http://www.nadablog.com/blog/98.html which could be inspiration. --

RE: fo:leader weird output (again) ;o)

2003-03-09 Thread Rob Staveley \(Tom\)
In the same vein... I'm trying to put together a catalogue index, which is dependent on . I'm also getting a ragged right-hand margin from 0.20.5rc2 (see to GET from http://coolbox.seseit.com/~rob/fop.0.20.5rc2.html), but when I used the last of yesterday's snapshot from the CVS repository (xml-fop

RE: fo:leader weird output (again) ;o)

2003-03-09 Thread Rob Staveley \(Tom\)
weird output (again) ;o) Rob Staveley (Tom) wrote: > In the same vein... I'm trying to put together a catalogue index, which > is dependent on . I'm also getting a ragged right-hand margin > from 0.20.5rc2 (see to GET from > http://coolbox.seseit.com/~rob/fop.0.20.5rc2.html

Line-wrap in fo:leader

2003-03-12 Thread Rob Staveley \(Tom\)
How can I handle line-wrap in fo:leader? I'd like to get: blahref,ref blahref,ref,ref blah, blah, blah, blah, blah,... .ref,ref,ref However, the jus

RE: fo:leader weird output (again) ;o)

2003-03-12 Thread Rob Staveley \(Tom\)
x27;t work when i click submit button - Original Message ----- From: "Rob Staveley (Tom)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 09, 2003 6:34 PM Subject: RE: fo:leader weird output (again) ;o) > Thank you so much! I followed your recommendati

RE: Line-wrap in fo:leader

2003-03-13 Thread Rob Staveley \(Tom\)
http://coolbox.seseit.com/~rob/fo.index.13.html http://coolbox.seseit.com/~rob/fo.index.14.html -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 20:38 To: [EMAIL PROTECTED] Subject: Re: Line-wrap in fo:leader Rob Staveley (Tom) wrote: > blah, blah, bl

RE: Line-wrap in fo:leader

2003-03-14 Thread Rob Staveley \(Tom\)
From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 20:27 To: [EMAIL PROTECTED] Subject: Re: Line-wrap in fo:leader Rob Staveley (Tom) wrote: > Unfortunately the two leaders wind up on the same line, if blah is > less than 50% long and the ref,ref text goes on the following

RE: Line-wrap in fo:leader

2003-03-14 Thread Rob Staveley \(Tom\)
Again many thanks for the practical advice. I'll act on your suggestions. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 18:47 To: [EMAIL PROTECTED] Subject: Re: Line-wrap in fo:leader Rob Staveley (Tom) wrote: > To set up something robust

fopservlet classpath problem... or is it?

2003-08-20 Thread Rob Staveley \(Tom\)
Most, but not all, XSL files rendered by FopServlet get me the exception below from my Tomcat 4.1.24 installation installed via RPMs. Running it at the command line works fine. I have a Tomcat 4.1.18 installation not installed via RPMs which works OK with the same XML and XSL files. On both platfor

RE: fopservlet classpath problem... or is it?

2003-08-20 Thread Rob Staveley \(Tom\)
rted at http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg37249.html . Evidently, Fop's choice of XML parser doesn't agree with Tomcat. Having said that, I have got a working configuration now. -Original Message- From: Rob Staveley (Tom) [mailto:[EMAIL PROTECTED]