Anupam Agarwal <[EMAIL PROTECTED]> wrote: >> Unfortunately, I can't produce UTF-8 HTML. > make sure whatever transformer u are using is giving output in UTF-8 > encoding i.e. if u are usinf XSL it should be specified with xsl:output as > UTF-8
It is very easy for DocBook (DTD/XSL-specific) ! You have to chande one parameter "default.encoding", by custom XSL : ========================= <?xml version='1.0'?> <xsl:stylesheet ..... > <xsl:param name="default.encoding" select="'UTF-8'"/> </xsl:stylesheet> ========================== -- -=AV=- -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
