Not directly, but it should be no big problem to modify the FOP sources so you can use a URIResolver. FOP is open source after all. :-) Provided you're using FOP 0.20.5 you can start by modifying org.apache.fop.tools.URLBuilder who's job it is to convert URIs into URLs.
Providing support for URIResolvers is on the todo list for the development towards version 1.0. I hope this helps. On 01.04.2004 21:01:03 Geoffrey wrote: > Thank you, URIResolver worked like a charm for the uri's from XML to FO. > I have set a custom one on the Tranformer(Factory) > > I still have some uri's that need to be resolved from FO to PDF (all > images). > Is it also possible to place an URIResolver on FOP? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
