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. xsl:param name=imagebasehttp://localhost:8080/img/xsl:param ... fo:external-graphic height=15pt width=180pt xsl:attribute

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

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 andfound 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. R