Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to refer to image servlet in xsl-fo

bsmtDec 5 2007 — edited Dec 6 2007
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2008
Added on Dec 5 2007
7 comments
2,023 views