Hello, I wrote an xslt filter for OOo2.0, and have some problems to package it. Under the previous versions of OpenOffice.org, I packaged the filter as a "jar" file, so that I could import it in OpenOffice.org using the box "Tools > Xml Filter Settings...", and then the "Open Package..." dialog.
In OOo1.1, the package (my_filter.jar) looks like that : - TypeDetection.xcu - META-INF/manifest.xml - My_Filter/MyFilter.xsl - mimetype And it works fine. But for OOo2.0, I read an article explaining that the file "TypeDetection.xcu" is deprecated and that there is a new format : http://tinyurl.com/4zlnl For now, when using the package for OOo1.1, it almost works, except that it does not recognise the application the filter is attached to ("application" when editing the filter). Then, I tryed to take as an example the new SDK (OpenOffice.org1.9.m77_SDK/examples/DevelopersGuide/OfficeDev/FilterDevelopment) But I didn't manage to modify those files to make them work in my example. I would like to find information about the new format and how I could manage that. Does anybody have a clue, or better an example of such a filter ? Thank-you, Pierre-Andre -- "I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone" - Bjarne Stroustrup - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
