The order of relationship table items in PDF does not match that in DITAMAP
Posted: Tue Sep 10, 2024 6:55 am
Hi,
In the relationship table of a DITAMAP, I added:
I expect that in the PDF file, at the end of TopicA, there are three "For more information" items, in the order of Topic1, Topic2, and Topic3.
However, in the PDF file, I got the following output at the end of TopicA:
For more information
Could you please help check the problem? Thank you!
Regards,
Yifei
In the relationship table of a DITAMAP, I added:
Code: Select all
<reltable>
<relheader>
<relcolspec linking="sourceonly"/>
<relcolspec linking="targetonly"/>
</relheader>
<relrow>
<relcell>
<topicref href="Concepts/TopicA.dita"/>
</relcell>
<relcell>
<topicref href="Concepts/Topic1.dita"/>
<topicref href="Concepts/Topic2.dita"/>
<topicref href="Reference/Topic3.dita"/>
</relcell>
</relrow>
<reltable>
However, in the PDF file, I got the following output at the end of TopicA:
For more information
- Topic3
- Topic1
- Topic2
Could you please help check the problem? Thank you!
Regards,
Yifei