Chunk to content and referencing a same topic
Posted: Wed Jun 14, 2023 12:12 pm
Hello there!
I stumbled upon a strange situation.
I have a map with a parent topic which chunks a subtopic.
If I reference the topic Introduction above and solely, it seems the rendering displays this topic with the content of the parent.dita topic as well.
I did tests with a generic OT and got the same result. Actually, I would expect to see the first reference of the introduction topic without the content of the parent topic referenced after.
In this screenshot, one sees that when accessing the introduction, I have content retrieved from the topic used below for the chunking Attached is a small example of the problem. Any idea or suggestion on this issue?
I stumbled upon a strange situation.
I have a map with a parent topic which chunks a subtopic.
Code: Select all
<map>
<title>Mathematics</title>
<topicref href="introduction.dita"/>
<topicref href="parent.dita" chunk="to-content" >
<topicref href="introduction.dita"/>
</topicref>
</map>
I did tests with a generic OT and got the same result. Actually, I would expect to see the first reference of the introduction topic without the content of the parent topic referenced after.
In this screenshot, one sees that when accessing the introduction, I have content retrieved from the topic used below for the chunking Attached is a small example of the problem. Any idea or suggestion on this issue?