Stephan Wiesner wrote: > The encoding for my document is ISO-8859-1 and if I remove the trademark > sign it works. Anybody knows how to solve this?
Set parameter htmlhelp.encoding to the name of encoding which contains TM chatacter. I think that following should work: <xsl:param name="htmlhelp.encoding">windows-1252</xsl:param> -- ----------------------------------------------------------------- Jirka Kosek e-mail: [EMAIL PROTECTED] http://www.kosek.cz
