Automatic list of reused topics
Posted: Mon Dec 24, 2018 2:03 pm
Hello, I have a topic with several other topics reused inside it, like this:
Can I somehow generate a list of links to the nested topics inside the main one?
Code: Select all
<topic id="main-topic">
<title>Main topic</title>
<body>
</body>
<topic id="id_gpf_vcq_fgd"
conref="topic1.dita#topic1">
<title/>
</topic>
<topic id="id_gpf_vcq_fdb" conref="topic2.dita#topic2">
<title/>
</topic>
</topic>