Jean Jordaan wrote: > > Is it possible to make XXE insert > <glossterm linkend="GlossEntryID">some text</glossterm> > instead of the xi:include link when pasting a reference to a glossentry? > > See http://www.sagehill.net/docbookxsl/LinkToGlossary.html > for the desired semantics ..
No. You need to explicitly insert "<glossterm linkend="GlossEntryID">some text</glossterm>" the usual way. As always, if you do this very often, you may consider writing macro-commands (or hire a guru to do that for you) to improve your productivity. More information in http://www.xmlmind.com/xmleditor/_distrib/doc/commands/writing_macros.html

