I am using chunk="to-content" in topichead tag like below to generate merged topic html file using DITA OT 1.8.5 Plugin org.dita4publishers.html2 plugin then its generating Chunk363995000.html output
My ditamap file
<map>
<title>Directory</title>
<topichead chunk="to-content">
<topicmeta class="- map/topicmeta "><navtitle>Details</navtitle></topicmeta>
<topicref class="- map/topicref " href="dita1.xml"/>
<topicref class="- map/topicref " href="dita2.xml"/>
<topicref class="- map/topicref " href="dita3.xml"/></topichead>
</map>
If used chunk="to-content" in root element its not generating merged topic html file using DITA OT 1.8.5 Plugin org.dita4publishers.html2 plugin
<map chunk="to-content">
<title>Directory</title>
<topicref class="- map/topicref " href="dita1.xml"/>
<topicref class="- map/topicref " href="dita2.xml"/>
<topicref class="- map/topicref " href="dita3.xml"/>
</map>
For this i have to do any xsl changes or plugin code?
Please give any guidelines or suggestions to overcome this issue.
Thanks in Advance.