Re: SVG image cache using a URIResolver?

2014-12-12 Thread Marc Bleron
Luis Bernardo gmail.com> writes: > > > Probably the URI is validated during the XML/XSL to FO transformation, > and the validation requires a call -- you can check that by returning an > invalid response. In any case, the official input for FOP is FO and the > caching was implemented with th

Re: SVG image cache using a URIResolver?

2014-12-07 Thread Luis Bernardo
Probably the URI is validated during the XML/XSL to FO transformation, and the validation requires a call -- you can check that by returning an invalid response. In any case, the official input for FOP is FO and the caching was implemented with that in mind. You can tweak your URIResolver to

SVG image cache using a URIResolver?

2014-12-05 Thread Marc Bleron
Hi, Using FOP 1.1 on Java 1.5 I have SVG images stored in a database (Oracle 11.2) which I want to include in a PDF document. To achieve that I've created a custom URIResolver listening to a specific uri scheme, and used that uri as source for fo:external-graphics, e.g. While trans