Generally, Batik doesn't support URI resolution using EntityResolver or
URIResolver as FOP does. Looking at your case I think this could be
improved by subclassing Batik's SAXSVGDocumentFactory (used in
PreloaderSVG.java) and overriding the resolveEntity() method to consult
FOP's URIResolver. Want to give it a try?

On 28.06.2008 13:25:32 Justus-bulk wrote:
> Hi,
> 
> Processing my documents via command-line fop is enormously slowed down
> by DTDs fetched over the 'net for SVG graphics included via
> fo:external-graphic.
> 
> Is this a fop or a batik issue?
> 
> What can I do to get it to use an xml-commons-resolver?
> 
> Thanks,
> Justus




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to