No, but you can use a private URIResolver (which you set on the FopFactory instance). In the code of that URIResolver you can react on HTTP responses yourself as you see fit.
http://xmlgraphics.apache.org/fop/0.94/embedding.html#fop-factory Jeremias Maerki On 19.11.2007 14:37:59 m_dieu wrote: > > Hi everybody, > > I want to add some images to my pdf. Those images where genereated by an > servlet - so far so good. > My problem is that the webapplication runs on 2 clusters :( > > My code looks like this: > <fo:external-graphic src="{$servletURL} width="18cm"></fo:external-graphic> > > Is there a possibility to check the result of this request. Because if I > don't get an image by using servletURL1 I have to change to servletURL2. > > Thanks in advance! > -- > View this message in context: > http://www.nabble.com/Check-%22response%22-in-fo%3Aexternal-graphic-tf4836367.html#a13836181 > Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
