Re: Code Style, was Re: PDF serialization

2001-07-19 Thread Tore Engvig
On Thu, 19 Jul 2001, Mark Lillywhite wrote: Sure. Monday the 23rd evening (GMT) is codeformatting day unless somebody protests. Would it be possible to wait for a day or two before setting a firm date? I hope to have my pipelining stuff completed today and I would like to at least get

Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread rajeev nair
hello, I really want to use xml file like... ?xml version=1.0? body a1 'Ignore' /a1 a2 cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls gh NksM+ nsus ds fy, /a2 /body and to use xsl file as given already so that i can make corresponding pdf.If i remove the fo:inline and use fo:block instead

Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread Jeremias Maerki
Rajiv Thanks a lot for ur kind consideration. Yeah,i'm using xslt but all the tags of xslfo is working well in xslt.My actual need is to make pdf from a pure xml data file with xslt by using fop. So it's necessary for me to use .xsl instead of .fo file. I don't want you to give up XSLT.

display-graphic or external-graphic and unsupported bmp format

2001-07-19 Thread FLBAUMGARTEN
Hello ..., I´ve a little problem using the display-graphic formatting object. This is the fo-file that shall be transformed in pdf-format: fo:block text-align=centered fo:display-graphic href=formula02.gif/ /fo:block This is what comes out: FOP 0.12.1 using SAX parser

SV: Unknown characters!

2001-07-19 Thread Klosa Uwe
Thanks Tore, this answer was I afraid for. :) Uwe -Ursprungligt meddelande- Fran: Tore Engvig [mailto:[EMAIL PROTECTED]] Skickat: den 19 juli 2001 14:18 Till: '[EMAIL PROTECTED]' Amne: Re: Unknown characters! On Thu, 19 Jul 2001, Klosa Uwe wrote: Hi, I'm using an embedded

Re: FOP in a servlet under load

2001-07-19 Thread Weiqi Gao
On 19 Jul 2001 15:07:31 +1000, Mark Lillywhite wrote: handle concurrent requests. I simply cannot queue up all the requests and process then one at a time. Why not? It would be pretty easy to make a queue up that processes FOP objects serially, blocking the servlet thread until the

getting an external-graphic from xml in pdf

2001-07-19 Thread FLBAUMGARTEN
The external-graphic fo works if it´s in the fo-file. Now my problem goes a little further. The picture is embedded in the xml file like this: PICTURE source=Bilder/formula.gif / To show this in a browser my xsl-file looks like this and it works: xsl:template match=//PICTURE DIV

Re: getting an external-graphic from xml in pdf

2001-07-19 Thread Thieler Jens
I suppose this question to be OT even in fop-user. Anyhow, study the appended code and above all study some XSLT tutorials. ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; xsl:template match=/

Re: Can't build fop: Hangs after Starting Ant...

2001-07-19 Thread Gregor N. Purdy
Arved -- Thanks for the reply. Could it be a line-ending issue? This has bitten us a few times, depending on what machine a committer was on when they committed UNIX shell scripts, and if they weren't careful. I did it a time or two myself, committing the shell scripts with DOS line

RE: userconfig in AIX.

2001-07-19 Thread Todd Pierce
-Original Message-From: David Ryan [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 19, 2001 12:33 PMTo: [EMAIL PROTECTED]Subject: userconfig in AIX. Hi..I'm attempting to run FOP 0.19.0 under AIX using WebSphere Java 1.2.2. Mostthings seems to be working ok. My

optimized pdf

2001-07-19 Thread Darrel Riekhof
We are thinking about using FOP to produce large PDF reports that will be served to web clients. However, the PDF files that FOP produces are not optimized. So, the reader client will have to download the entire PDF file before viewing the first page. If the PDFs were optimized, then clients

Re: Can't build fop: Hangs after Starting Ant...

2001-07-19 Thread Arved Sandstrom
At 11:34 AM 7/19/01 -0400, Gregor N. Purdy wrote: Can you run your current Ant on other build files? I don't use Ant for anything else. Well, just a little trial one, one single super-simple target...just to eliminate Ant itself as being problematic. What version of Ant are you using? Try

[Bug 2243] - extra space at the beginning of next line after line feed

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2243 *** shadow/2243 Tue Jun 26 18:17:32 2001 --- shadow/2243.tmp.16451 Thu Jul 19 18:13:24 2001 *** *** 4,10 |Bug #: 2243Product: Fop | | Status: NEW

FOP jar and patches available

2001-07-19 Thread Mark Lillywhite
Hey Fopstars I've finally managed to post my diffs, JARs, tars and output samples, along with a fairly lengthy explanation of what I've done, to the web. This includes a PDF bug fix so that Acrobat should work again, now. Check it all out at: http://www.inomial.com/fop Let me know if any