Resolved @keyref values not printed
Posted: Thu Nov 20, 2014 4:52 pm
Hi,
I'm using @keyref for referencing keywords and topic URLs that are defined in a map as follows:
The @keyrefs are resolved correctly in oXygen and show both the key name and the resolved values in Author mode. However, when printing such a topic, the values are gone from the print preview and are also not printed. Is this the intended behavior or a bug?
Kind regards,
Frank
I'm using @keyref for referencing keywords and topic URLs that are defined in a map as follows:
Code: Select all
...
<keydef keys="developerName">
<topicmeta>
<keywords>
<keyword>Frank</keyword>
</keywords>
</topicmeta>
</keydef>
<topicref keys="definitions" href="function_definitions.dita" />
...
Kind regards,
Frank