Poster at Kinetium dot Com wrote: > Are there any ways to make it easy for a user to create cross references? > > e.g. any support for idrefs or xlink? Any interactive / user-interface > assistance in selecting the target of the link?
Yes. [1] Using the Attribute tool, select an attribute with IDREF or IDREFS value. (Or type the first letters of its name because the "Name:" field supports autocompletion.) [2] Use the list button which is a the right of the "Value:" field. (You can reach it by pressing Tab 2 times if the focus is in "Name:") Another way to that very quickly is to define a custom binding which binds a key press to the putAttribute command. See http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch06s37.html Yet another way to that very quickly is to modify the CSS style sheet to embed a specialized button in the document view, next to each xref, link, etc. See http://www.xmlmind.com/xmleditor/_distrib/docs/csssupport/ch05s26.html

