O. Relot wrote: > > i'm working with xxe-pro-5_3_0 and using java webstart to deploy xxe ; > i would like to implement the dictionary => is it possible to centralize > our modifications for all users? >
There is no way to centralize words specified as being correct by one or more your users (that is, the user clicked the "Learn" button -- http://www.xmlmind.com/xmleditor/_distrib/doc/help/checkSpellingPane.html). The only practical way to implement a similar feature is to create a custom dictionary extending the stock one (e.g. fr.dar). This custom dictionary would contain a number of extra words specific to your business. To my knowledge (which is little; I never did that), this does not involve anything more complex than adding a text file to a .jar file (a .dar is in fact a .jar file) and then updating the "fr/default" file of the .dar: --- @multilink: French base.cdi allvar.cdi --- How to do this is documented here: http://www.xmlmind.com/_dictbuilder/doc/dict_types.html Home page of "Dictionary Builder": http://www.xmlmind.com/dictbuilder.shtml Please note that the support to our customers does not include helping them create custom dictionaries. Therefore I cannot really help you. Sorry for that. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

