Hello, Following the messages from Bernd and Stephan, I am trying to setup a simple extention to package an export filter.
This export filter relies on saxon9 being the XSLT processor. As per Stephan Bergmann: An OOo extension, on the other hand, would have problems to specify a URL for the saxon9.jar in the OOo installation -- and should also of course not do so at all, as saxon9.jar is not part of the stable interface between OOo and its extensions---and would need to include its own copy of saxon9.jar next to its main jar file instead. So, my extention should include the jar for saxon9, and some way to access it by virtue of a specific classpath. However, for a filter extention, there is no "main jar file" and so no manifest file associated with it. I'm starting from the simple "Mwikidemo": http://wiki.services.openoffice.org/w/images/6/66/Mwikidemo.oxt referenced in this page: http://wiki.services.openoffice.org/wiki/Filter_extensions Where should the classpath be set, and how (what is the path relative to / where does it start?), for the transformation to use the jar file for Saxon provided in the extension? Thank you, Regards, EB --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
