Page 1 of 1

Resolved @keyref values not printed

Posted: Thu Nov 20, 2014 4:52 pm
by Frank Ralf
Hi,

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" />
...
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

Re: Resolved @keyref values not printed

Posted: Fri Nov 21, 2014 10:37 am
by Dan
Hi Frank,

Yes, you are right. Somehow the key context is not passed to the oXygen print facility. I will record an issue for this. I see this problem also when transforming a single topic to PDF using DITA-OT.

For now, the only possibility is to transform the entire map.

Best regards,
Dan

Re: Resolved @keyref values not printed

Posted: Fri Nov 21, 2014 2:55 pm
by Frank Ralf
Thanks for your quick reply and confirming this behavior, Dan.

Frank

Re: Resolved @keyref values not printed

Posted: Tue May 19, 2015 11:01 am
by Radu
Hi,

This should be also fixed in Oxygen 17.0.

Regards,
Radu

Re: Resolved @keyref values not printed

Posted: Tue May 19, 2015 12:03 pm
by Frank Ralf
Hi Radu,

Thanks for the update!

Frank