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 work 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
