On 08/26/2014 06:28 PM, Francisco Soler wrote:
I have seen another problem that can be related with the bug reported previously.When there is a task with the conref (like the task of the example) when transforming to webhelp the toc will appear as it would has nested topics inside. This is happening because the toc.js has this content: ["\n <span class=\"webhelp-toc-section1-entry\">Parent Task</span>\n ","myTopic.html#myTask",[ ["\n <span class=\"webhelp-toc-section2-entry\"></span>\n ","myTopic.html#conrefTask",null] ]] As you recommended in the documentation I can put an entry in the map.ditamap setting the toc="no": <topicref id="conrefTask" href="conrefTask.dita" toc="no"/> but this is not working in this case. And the TOC will appear as follows in the image: The command line used to process the use case is: $ ditac -f webhelp5 out/_.html map.ditamap I attach the source code (is similar to the previous example, but with the toc="no" change in the ditamap).
Thanks. We'll first try to fix the first bug you have reported. May be after doing that, this other issue will go away. If this is not the case, then we'll try to solve this other issue.
-- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

