Home › Forums › DITA and XMetaL Discussion › modifying CHM output functionality › Reply To: modifying CHM output functionality
Reply to: modifying CHM output functionality
December 2, 2010 at 7:22 pmWe had the same issue a long time back. You will have to tweak the map2hhp.xsl quite a bit most likely. I created a plug-in and overwrote some xsl templates. This link may help with editing the hhp format: http://www.nongnu.org/chmspec/latest/INI.html#HHP
One thing you’re going to have to do that took me forever to figure out why my xsl changes were not having any effect is to not have Xmetal compile the CHM but let the toolkit do it. Xmetal does some stuff to the hhp and it does not copy across the “main=…” code. You use ANT_PARAM_args.htmlhelp.skipCompilation I think.