Poster at Kinetium dot Com wrote: > Is there a keyboard-only way to identify an attribute of the current > selection and change its value?
Yes, you need bind a keystroke to a *macro-command*. See http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch02.html If you want to identify an attribute of the the current selection, you need to write an advanced, *XPath-based*, macro-command. The final step of this macro-command should invoke command putAttribute (see http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch06s39.html). See also commands addAttribute and removeAttribute.

