Term keyrefs don't resolve
Posted: Tue Aug 21, 2012 11:58 pm
I use keyrefs for terms and I can't get the terms to resolve in Oxygen Editor.
In my main map I reference a map of keydefs. One keydef is as follows:
<keydef format="dita" keys="cca.node.advancedlogging" navtitle="Advanced Logging" processing-role="resource-only" scope="local">
<topicmeta>
<keywords><keyword>Advanced Logging</keyword>
</keywords>
</topicmeta></keydef>
In a topic, I have the following:
<term keyref="cca.node.advancedlogging"></term>
In Oxygen Author, I want to see the term element resolved as follows:
Advanced Logging
But instead I see the following:
[cca.node.advancedlogging]
I have all the maps open in DITA Maps Manager. Shouldn't this resolve?
-Roger
In my main map I reference a map of keydefs. One keydef is as follows:
<keydef format="dita" keys="cca.node.advancedlogging" navtitle="Advanced Logging" processing-role="resource-only" scope="local">
<topicmeta>
<keywords><keyword>Advanced Logging</keyword>
</keywords>
</topicmeta></keydef>
In a topic, I have the following:
<term keyref="cca.node.advancedlogging"></term>
In Oxygen Author, I want to see the term element resolved as follows:
Advanced Logging
But instead I see the following:
[cca.node.advancedlogging]
I have all the maps open in DITA Maps Manager. Shouldn't this resolve?
-Roger