No single file output for ditamap@chunk=to-content
Posted: Mon Jan 02, 2017 3:49 pm
Hi Team,
I created a ditamap referencing 3 topics and 1 map. Since I want the output to be 1 single HTML file, I set the attribute "chunk=to-content" for the ditamap:
Now: I applied the transformation scenarios WebHelpResponsive, XHTML and HTML5. All 3 transformation scenarios went through without errors, but no single HTML for the Ditamap content was generated. What did I miss?
Thank you very much in advance!
Cheers,
Eva
I created a ditamap referencing 3 topics and 1 map. Since I want the output to be 1 single HTML file, I set the attribute "chunk=to-content" for the ditamap:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map title="mapone" chunk="to-content">
<mapref href="../../xyz/reusableProductNames.ditamap"/>
<topicref href="../../MetricsKPI/test1.dita"/>
<topicref href="../../MetricsKPI/test1.dita"/>
<topicref href="../../MetricsKPI/test2.dita"/>
<topicref href="../../MetricsKPI/test3.dita"/>
</map>
Thank you very much in advance!
Cheers,
Eva