Resolved @keyref values not printed

Post here questions and problems related to editing and publishing DITA content.
Frank Ralf
Posts: 482
Joined: Thu Jan 23, 2014 2:29 pm
Location: Hamburg
Contact:

Resolved @keyref values not printed

Post 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
Frank Ralf
parson AG
www.parson-europe.com
Dan
Posts: 501
Joined: Mon Feb 03, 2003 10:56 am

Re: Resolved @keyref values not printed

Post 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
Frank Ralf
Posts: 482
Joined: Thu Jan 23, 2014 2:29 pm
Location: Hamburg
Contact:

Re: Resolved @keyref values not printed

Post by Frank Ralf »

Thanks for your quick reply and confirming this behavior, Dan.

Frank
Frank Ralf
parson AG
www.parson-europe.com
Radu
Posts: 9446
Joined: Fri Jul 09, 2004 5:18 pm

Re: Resolved @keyref values not printed

Post by Radu »

Hi,

This should be also fixed in Oxygen 17.0.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Frank Ralf
Posts: 482
Joined: Thu Jan 23, 2014 2:29 pm
Location: Hamburg
Contact:

Re: Resolved @keyref values not printed

Post by Frank Ralf »

Hi Radu,

Thanks for the update!

Frank
Frank Ralf
parson AG
www.parson-europe.com
Post Reply