Some function (which I cannot modify) in my appliaction generates picture files in jpg format, but the files don't have .jpg extension. Am I able somehow to render them in fop ?
I tried this: <fo:external-graphic width="2cm" height="2.5cm" content-type="image/jpeg"> <xsl:attribute name="src"><xsl:value-of select="Photo"/></xsl:attribute> </fo:external-graphic> , but it reports this exception : Error in content-type property value 'image/jpeg': org.apache.fop.fo.expr.PropertyException: illegal character --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
