You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/11/12 21:15:11 UTC

DO NOT REPLY [Bug 24658] New: - fo:external-graphic does not support SVG when src is an url

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: fop-dev@xml.apache.org
        ReportedBy: joachim.unger@softwareag.com


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