On 07/05/2012 02:13 PM, Marc Haemmerle wrote: > I write xml documents in a self defined format similar to dita. > How can I configure or extend XXE so that I can open my xml document map > as a document set? >
[1] Declare a <documentSetFactory> element in your configuration file. [2] Implement in Java the com.xmlmind.xmleditapp.docset.DocumentSetFactory interface. References: * http://www.xmlmind.com/xmleditor/_distrib/doc/configure/documentSetFactory.html * http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmleditapp/docset/DocumentSetFactory.html In practice, I'm not sure that this is really feasible due to a lack of tutorial/documentation. Of course, the ultimate documentation is the source code of XXE, in case you have access to it (freely available starting from 10 xe-usr licenses). -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

