ditamap using the same topic multiple times
Posted: Sun Jun 30, 2019 6:26 am
In a ditamap I am using the same topic file multiple times. When compiling with ditamap with webhelp responsive, I see that each topic creates a separate files with _1, _2 etc. For example
So it creates calendar-copy_1, etc.
I would like to have just one copy and refer to it instead of duplicating the topic files... Is this possible?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>Help</title>
<topichead navtitle="Desktop">
<topicref href="Topics/home-page.dita"/>
<topicref href="Topics/calendar.dita"/>
</topichead>
<topichead navtitle="Contact Manager">
<topicref href="Topics/invoices.dita"/>
<topicref href="Topics/calendar.dita"/>
</topichead>
</map>
I would like to have just one copy and refer to it instead of duplicating the topic files... Is this possible?