Re: Invalid Image URL - error on relative URL : no protocol

2001-10-10 Thread Amit
If on Windows do this: file:C:\path\some.gif If on Unix like OS do this file:///www/images/some.gif Amit MEMMADI Said wrote: > Hi all, > > I have the folowing error with fop 0.20.1 > > Error while creating area : Invalid Image URL - error on relative URL : no protocol: > null./images/mypict

DO NOT REPLY [Bug 902] - line-height is not applied corectly when using the AWTRenderer

2001-10-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 4077] New: - FOP hangs when rendering a PDF containing SVG

2001-10-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Antwort: ERROR: The entity "eacute" was referenced, but not declared.

2001-10-10 Thread joerg . pietschmann
It depends where you use it. The file where it is contained in must have a DOCUMENT declaration which contains or refers to a proper entity declaration. This may be inconvenient (though not impossible) in the XSL file, you may use the numeric representation (for example é) in this case. HTH Joe

ERROR: The entity "eacute" was referenced, but not declared.

2001-10-10 Thread MEMMADI Said
Hi, Whre I must declare "é" ? xml file or xsl file ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Servlet called twice

2001-10-10 Thread Kuehnberger
If I use POST instead of GET, my servlet works perfectly for IE, but it doesn't work for the Netscape Browser. "Ajad, Aravind" schrieb: > Use HTTP POST instead of GET. That seems to be working. > > Aravind > > -Original Message- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] >

[GUMP] Build Failure - Fop

2001-10-10 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length.Please see URL above for details. --

RE: pdf viewer

2001-10-10 Thread Alistair Hopkins
I've done this, but in a slightly different way. I was going to clean up the code I've written and send it to the list as a possible alternative to the current AWTViewer, and will, when I'm not ashamed of it and have put internationalization support back in. Broadly, you pass a FOP file to a Swi

Re: Servlet called twice

2001-10-10 Thread Kuehnberger
The problem is also in IE 6 > The problem with the servlet being called twice is a problem with Internet > Explorer and the way it handles foriegn MIME types. in IE 5.5 and below the > document is requested and one IE sees that it is a MIME type it does not > handle it then loads Acrobat and re-r

DO NOT REPLY [Bug 4030] - IOException creating Postscript with graphics on Sun

2001-10-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

fo to pdf

2001-10-10 Thread Kaiser Christian (SV SC RS T33)
Sorry, here is the PDF i spoke about <> > -Original Message- > From: Kaiser Christian (SV SC RS T33) > Sent: Mittwoch, 10. Oktober 2001 08:32 > To: '[EMAIL PROTECTED]' > Subject: fo to pdf > > Hi all, > > i've created a XML DocBook 5.0 (beta) document. > I have used different x

fo to pdf

2001-10-10 Thread Kaiser Christian (SV SC RS T33)
Hi all, i've created a XML DocBook 5.0 (beta) document. I have used different xml files and included them with entities in a 'main' file. Then i translated it into FO (with DocBook stylesheets 1.44) without errors using Xalan 2.2.D10 (published 31. August 2001). Neither fop 0.20.2 not fop 0.20.

Invalid Image URL - error on relative URL : no protocol

2001-10-10 Thread MEMMADI Said
Hi all, I have the folowing error with fop 0.20.1 Error while creating area : Invalid Image URL - error on relative URL : no protocol: null./images/mypicture.png In my xsl file : or Thanks in advance. - To unsubscribe,

Re: pdf viewer

2001-10-10 Thread Jeremias Maerki
I can't really recommend it but have a look at Acrobat Viewer by Adobe. http://www.adobe.com/products/acrviewer/main.html On Tue, 09 Oct 2001 07:35:53 -0700 Paul Kowlessar wrote: > I want to pass the pdf file created by fop to a java pdf viewer within > an application. Can anyone recommend a v

Re: pdf viewer

2001-10-10 Thread Ralph LaChance
At 07:35 AM 10/9/01 -0700, you wrote: >I want to pass the pdf file created by fop to a java pdf viewer within >an application. Can anyone recommend a viewer that can be embedded in a >java app The acrobat viewer bean distributed by Adobe ~works~ -- but not, I think, without doing some work yours