Hi! I've managed to implement the bidirectional converter as you suggested . Thank you very much for your help. Now I have another problem :( .. I tried to use the OpenOffice cleaner XWiki Component from the OpenOffice Importer module
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-officeimporter/src/main/java/org/xwiki/officeimporter/internal/cleaner/OpenOfficeHTMLCleaner.java My code is this one: HTMLCleaner openOfficeHTMLCleaner = (HTMLCleaner) ecm.lookup(HTMLCleaner.class,"openoffice"); ecm is an EmbeddableComponentManager instance. And I have at Runtime the follow exceptions: http://pastebin.com/m1920f9cf I've added openoffice module as dependency. Sorry I'm not very familiar with XWiki Components. Has anybody an idea what I am missing? Thanks a lot, Cristina _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

