Manuel Mall <manuel <at> apache.org> writes:
> > OK, its not a FOP problem then. > > The -verbose:class option is NOT a FOP option but an option on the Java > VM. You need to set it in the script that starts your embedded > environment. My guess is that setting it in the embedded environment > will give you a huge output which may be difficult to diagnose. > > I still think you have a 'dodgy' XML parser or XSLT engine in your > embedded environment. How does your environment start, where does it > gets its classpath / jars from, ... You may have to dig into that. Ok, some more debugging shows that the mapping.getTable() call in ElementMappingRegistry.addMapping() returns null for the SVG and Batik elementmappings in my setting, which explains the error message I get. Why it returns null, I've not been able to figure out yet, though. The ElementMappings themselves seems to be ok, and so does the namespaceUri. Regards, Lars Ivar Igesund --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
