In article <[EMAIL PROTECTED]>, Andreas L Delmelle <[EMAIL PROTECTED]> wrote:
> On Feb 18, 2007, at 10:19, Jeremias Maerki wrote: > > > <snip /> > > Arturo, I don't know how you use the EntityResolver in your code, but > > I'd propose to switch to URIResolver entirely. > > Seems like the best option indeed. > > Just FYI: > As to an alternative, looking a bit closer into the API docs, an > EntityResolver is supposed to be set on an org.xml.sax.XMLReader > instance, through its setEntityResolver() method. > The XMLReader here being the reader that will be used by Xalan to > parse the stylesheet. > > > Cheers, > > Andreas I haven't had a chance to try this. But, in the interest of clarity, I have the EntityResolver working in my code for XSLT. And I have the URIResolver working as well. But PDF generation using FOP 0.92 doesn't seem to be using either. Maybe all the XMLFilters in that process are interfering? -arturo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
