xiaofeng.wei wrote: > i product html or pdf document by it sucessfully,but all in english,so ,if i > want to product document in chinese > what do i do by setting your tool option or modifying some file (maybe > docbookx.dtd,or which file ) ,please tell > me how to do >
By default, the XSLT style sheets used to convert DocBook documents to HTML generate files using the ISO-8859-1 encoding which is inadequate for Chinese (need GB2312 or more standard, UTF-8) You need to customize the DocBook configuration of XMLmind XML Editor to change this. How to do that cleanly is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html This section http://www.xmlmind.com/xmleditor/_distrib/doc/configure/custom_params.html takes precisely your current problem as an example. The quickest way to create a custom configuration for DocBook is to download and install the add-on called "A customized configuration for the DocBook DTD" using "Options|Install Addons". This add-on contains a *template* custom configuration for DocBook.

