No related links output in PDF
Posted: Mon Jul 27, 2015 11:07 am
Good day!
I am a little confused. In Oxy 17, when I publish a map which contains reltable information, the related links do not appear in PDF. Not even collection-type = family creates any links. If I publish to webhelp or other web format, it works all nice. What do I do wrong here?
Here's my map:
Thanks for advice
Chris.
I am a little confused. In Oxy 17, when I publish a map which contains reltable information, the related links do not appear in PDF. Not even collection-type = family creates any links. If I publish to webhelp or other web format, it works all nice. What do I do wrong here?
Here's my map:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>DITA Topic Map</title>
<topicref href="c_xplmpubl_aboutthismanual.xml" collection-type="family">
<topicref href="c_xplmpubl_targetaudience.xml"/>
<topicref href="c_xplmpubl_revisions.xml"/>
</topicref>
<topicref href="task.xml"/>
<reltable>
<relheader>
<relcolspec/>
<relcolspec/>
</relheader>
<relrow>
<relcell>
<topicref href="c_xplmpubl_targetaudience.xml"/>
</relcell>
<relcell>
<topicref href="task.xml"/>
</relcell>
</relrow>
</reltable>
</map>
Chris.