Marten van der Honing wrote:
Now i tried:

<fo:external-graphic
src="url('data:image/gif;base64,R0lGODlhMAAzALMAAMe8UuTZWggCDq2lQzAAYCQASJSP
...

I think you should omit the "url()" wrapper:

<fo:external-graphic
    src="data:image/gif;base64,R0lGODlhMAAzALMAAMe8UuTZWggC..."/>

An example from the FOP users list, where it appears to be working:
http://www.nabble.com/RE%3A-Help%21-URI-for-fo%3Aexternal-graphic-in-web-service-p14680841.html

Also, it's possible that the old version of FOP in the default fop block doesn't support 'data:' URIs, so you might need to use the fop-ng block, which uses FOP 0.9x, instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to