webmaster wrote: > It would please me to know if it is possible that when opening a > document xml becomes all the attributes of name "color" with "red" value > to "green" value without intervention of the end user.
A mechanism called a "document hook" allows to do such things. You need to program a DocumentHook in Java[tm]. See http://www.xmlmind.com/xmleditor/_distrib/docs/dev/ar01s09.html

