dita4publishers / org.dita4publishers.html2

Extension to the base HTML transform type. Does numbering across the publication, back-of-the-box index, dynamic ToC
Apache License 2.0
3 stars 0 forks source link

map level chunking not producing the html output using 'org.dita4publishers.html2' plugin #8

Open gvinodkumar515 opened 7 years ago

gvinodkumar515 commented 7 years ago

I am using chunk="content" in topichead tag like below, to generate merged topic html file using DITA OT 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 I have used chunk="to-content" in root element 'map' without 'topichead' as mentioned below its not generating merged topic html file using DITA OT 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>

Please give me any suggestions to overcome 'map' level chunking in html2 plugin

Thanks in Advance.

paperdigits commented 7 years ago

What is the desired result?

On April 3, 2017 12:16:23 AM PDT, gvinodkumar515 notifications@github.com wrote:

I am using chunk="content" in topichead tag like below, to generate merged topic html file using DITA OT Plugin org.dita4publishers.html2 plugin then its generating Chunk363995000.html output

My ditamap file

Directory Details

If I have used chunk="to-content" in root element 'map' without 'topichead' as mentioned below its not generating merged topic html file using DITA OT Plugin org.dita4publishers.html2 plugin

Directory

Please give me any suggestions to overcome 'map' level chunking in html2 plugin

Thanks in Advance.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dita4publishers/org.dita4publishers.html2/issues/8

gvinodkumar515 commented 7 years ago

Multiple dita files into a single html file using html2 plugin