Hi there,
Though both items have been touched, just wrapping up what I personally do
to compile HTML Help on Windows:
1. Transform using the htmlhelp.xsl stylesheet (or customized).
Like Jirka pointed out, remember to set
<xsl:param name="manifest.in.base.dir" select="1"/>
2. Since the exit code of hhc is wrong, wrap the hhc call in a bat script:
IF EXIST %1 "C:\Program Files\HTML Help Workshop\hhc.exe" %1
exit 0
And call it:
<shell command='cmd /C "path/to/hhc.bat" your.hhp' platform="Windows" />
3. Move the appropriate files.
/claus
--
Technical Communicator
Web: http://techwriter.dk/
Phone: (+45) 262 000 94
Email: claus at techwriter.dk