Bert Van Elsacker wrote: > > Thank you for your great product. I wonder if there is a way to preserve > the entities in an XML document edited bij XXE, for example by writing a > plug-in.
No, there is currently no way to preserve the entities and there will probably never be one. Some users which badly needs entities have written scripts that fix XXE shortcomings in terms of entity management. You can search the archives of this mailing list to find how they did it. Note that this kind of script can be seamlessly integrated in XXE as a documentHook (not strictly a plug-in in XXE parlance but still dynamically loaded code written by a third party - see http://www.xmlmind.com/xmleditor/_distrib/docs/dev/ar01s06.html ). > And does XXE support CSS2 inline tables? Yes, use display:inline-table; PS: A simple support for creating multi-file documents (using external entities or XInclude) is planned for V2.4.

