I'm running OxygenXML in Eclipse, and trying to make a content key reference (abbreviated-form) to a glossary item. According to the help files, this should be possible via the DITA > Insert content key reference menu.
The wizard however does not show any key elements, so I can't pick one.
It does not make any difference whether I open the dita map or not: I never see any key definitions.
The setup:
The main dita.ditamap contains a mapref to glossary.ditamap, which in turn has a whole bunch of keydefs to glossary.xml. E.g.
Code: Select all
<keydef keys="gloss_ACL" href="glossary.xml#gloss_ACL" />
Am I doing something wrong, or ...? Please help!