hi, i have a problem using a fop in a web application. First of all, this is not only only a kind a web application but a maven web application with others dependencies like libs or maven module (not web) linked. One kind of this lib/maven module keep the source with embed a fop code for translate xml into pdf using an xsl stylesheet. My problem is that the user request is processed by a servlet. I try to use URIResolver with ServletContext and "servlet-context:" for accessing external resource in xsl with "<fo:external-graphic src="servlet-context:path webapp/images/nameGifImage.gif">". This is work fine but i prefere that fop access resource without serveletContext but with the ClassLoader without placing images in a context web root. I try to place my images in a application class-path where fop is embed but this not work. Anybody now how can i solve my problem? How can find where fop external resource would be place?
Thank you very much Roby -- View this message in context: http://old.nabble.com/problem-resolve-external-image-resource-with-fop-tp31635640p31635640.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org