FOP doesn't support EntityResolver. But it supports javax.xml.transform.URIResolver.
See http://xmlgraphics.apache.org/fop/0.93/embedding.html#fop-factory On 16.02.2007 22:33:12 Arturo Perez wrote: > Hi all, > > I'm trying to redo a bunch of XSL logic to use my own EntityResolver for > document() calls. I'm using Xalan SAX to do the XSL. > > My EntityResolver is being called by everything except FOP 0.92beta. I > cannot find where to force FOP to use my EntityResolver rather than > (I guess) the DefaultHandler. > > Any help in where to put the right call to setEntityResolver() would be > much appreciated, > > arturo Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
