DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43933>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43933 ------- Additional Comments From [EMAIL PROTECTED] 2007-11-21 14:16 ------- What are the request parameters good for in the URL? If i remove them the jpg is displayed: Index: image2svg.xsl =================================================================== --- image2svg.xsl (revision 597176) +++ image2svg.xsl (working copy) @@ -33,6 +33,7 @@ <xsl:value-of select="."/> </xsl:otherwise> </xsl:choose> +<!-- <xsl:text>?</xsl:text> <xsl:text>lenya.module=svg&</xsl:text> <xsl:if test="string(../@height)"> @@ -41,6 +42,7 @@ <xsl:if test="string(../@width)"> <xsl:text>width=</xsl:text><xsl:value-of select="../@width"/> </xsl:if> +--> </xsl:attribute> </xsl:template> @@ -50,4 +52,4 @@ </xsl:copy> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
