No single file output for ditamap@chunk=to-content

Post here questions and problems related to editing and publishing DITA content.
EvaJ
Posts: 6
Joined: Tue Dec 06, 2016 7:42 pm

No single file output for ditamap@chunk=to-content

Post by EvaJ »

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:

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>
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
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: No single file output for ditamap@chunk=to-content

Post by bogdan_cercelaru »

Hello,

Please send us a small valid DITA Map including referenced topics. You can archive all files and send the archive to the support@oxygenxml.com in order to investigate your problem.

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply