Any suggestions of how I could facilitate re-use of common values of CDATA attributes?
We have at least one attribute in our schema that, although it can legally take any value, the same few values are used many times within each file. It would be nice to be able to specify an attribute value editor that was a textbox-with-completion or combobox that would suggest for re-use the values that currently occur in the file, without preventing the user from typing a new value. I'm not sure if there's a way to create such a thing? Note the list will be different from file to file, so I would prefer not to hard code the list in the CSS. If I wanted to do that, I think I see how to do it with the combobox @ http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/combo-box.html Bng

