Jean Jordaan wrote: > > The UI for xi:include works really smoothly. Is there a way to create > hyperlinks to other documents just as easily (i.e. choosing from ids with > autocomplete)? >
The Attribute tool supports auto-completion for IDREF attributes. See http://www.xmlmind.com/xmleditor/_distrib/doc/user/being_productive.html#auto_completion This being said, Marc is right, XXE already includes all the tools needed to write you own utility as a *macro-command* (i.e. No Java Programming). Supporting autocomplete in your custom tool is possible because the "pick" command -- http://www.xmlmind.com/xmleditor/_distrib/doc/commands/pick.html -- itself supports autocomplete.

