DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24658>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24658 fo:external-graphic does not support SVG when src is an url Summary: fo:external-graphic does not support SVG when src is an url Product: Fop Version: 0.20.5 Platform: All OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: svg AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi! I found a problems when using urls instead of files for fo:external-graphic's src paramater. <xsl:param name="imagebase">http://localhost:8080/img</xsl:param> ... <fo:external-graphic height="15pt" width="180pt"> <xsl:attribute name="src">url('<xsl:value-of select="$imagebase"/>/SomePics.svg')</xsl:attribute> </fo:external-graphic> OR <fo:external-graphic height="15pt" width="180pt"> <xsl:attribute name="src"><xsl:value-of select="$imagebase"/>/SomePics.svg</xsl:attribute> </fo:external-graphic> does not work for IIS at all. It works in 95% of all cases with APACHE. It worka in 100% of all cases with files. I get no exception(s) and - no pictures. Any ideas? FOP is 0.20.5 distribution. Regards, Joachim
