Copy link to clipboard
Copied
Outside FM, I've been using simple keydefs in ditamaps and bookmaps, then calling them with <keyword keyref="xnt"/> in topics:
<keydef keys="xnt">
<topicmeta>
<keywords>
<keyword>XENTURION</keyword>
</keywords>
</topicmeta>
</keydef>
When I try to process the same files using FM, I get relatively comprehensible messages like
[keyref] file:xag_menuXML.dita:18:45: [DOTJ047I][INFO] Unable to find key definition for key reference "xnt" in root scope.
Question, then: how/where do I set up keydefs in the FM environment?
Thanks in advance for advice and tips.
Copy link to clipboard
Copied
Latest discoveries:
<keydef keys="xnt"><topicmeta><keywords><keyword>XENTURION</keyword></keywords></topicmeta></keydef>
I'm fairly sure this is not the way I want to have to work.