Re: fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Gunnar Liljas
Title: fo:external-graphic does not support SVG when src is an url That's right. However, it's still a content type problem.   Error 406 would indicate that the HTTP request from FOP doesn't the include content-type the web server tries to deliver in its accept header, or

AW: fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Unger, Joachim
Title: fo:external-graphic does not support SVG when src is an url Hi Gunnar!   I debugged FOP source code and found that the error is an IOException thrown by Batik. My IIS logged a http error 406. The Mime type is okay. Don't forget: it works in "most" cases with Apache

Re: fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Gunnar Liljas
Title: fo:external-graphic does not support SVG when src is an url Make sure that the web server returns a correct content-type (MIME) for svg.   image/svg+xml if I remember correctly   /G - Original Message - From: Unger, Joachim To: [EMAIL PROTECTED] Sent: Wednesday

fo:external-graphic does not support SVG when src is an url

2003-11-13 Thread Unger, Joachim
Title: fo:external-graphic does not support SVG when src is an url Hi! I found a  problems when using urls instead of files for fo:external-graphic's src paramater. http://localhost:8080/img ...     url('/SomePics.svg') OR     /SomePics.svg does not work for