how to refer to image servlet in xsl-fo
bsmtDec 5 2007 — edited Dec 6 2007Hi,
I'm trying to display database Blob images in pdf. The pdf will be produced via xsql, FOP and serializer.
I read some documentation on the web that says it is workable with syntax looks like
<fo:external-graphic src="myImageServlet?id=123"/>
myImageServlet works fine in a jspx.
my problem is with xsql. After xsql -> xml -> fo into serializer how I am able to identify myImageServlet context and how I can address this servlet in the <fo:external-graphic> ?
I'm using FOP0.94, Jdev10133
Any help would be appreciated.