I am using data scheme to insert an image. like this :
<fo:instream-foreign-object>
<svg:svg xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="542px" height="506px">
<svg:image width="64" height="48" xlink:href="" />
</svg:svg>
</fo:instream-foreign-object>
The image gets cached and the same image is displayed even after I change the value for xlink:href.
I am resetting the cache also using :org.apache.fop.image.FopImageFactory.resetCache();
What should be done to avoid cachig of images. Thanks.
- How to prevent SVG Image from caching Amita Rathore
- Re: How to prevent SVG Image from caching Chris Bowditch
- SV: How to prevent SVG Image from caching lars.bjerges
- Re: SV: How to prevent SVG Image from caching Amita Rathore
- Re: How to prevent SVG Image from caching Amita Rathore
- Re: How to prevent SVG Image from caching Jeremias Maerki
- Re: How to prevent SVG Image from caching Amita Rathore
- Re: How to prevent SVG Image from caching Jeremias Maerki
- Re: How to prevent SVG Image from ca... Amita Rathore
- Re: How to prevent SVG Image fro... Jeremias Maerki
- Re: How to prevent SVG Image... Daniel Noll
