This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: free DocBook tools that handle Japanese


On Mon, Jan 28, 2002 at 05:44:51AM -0600, Michael Smith wrote:
>  * XSLT engine: xsltproc (outputs ISO-8859-1 with character references
>    for the Japanese characters)

  The other parts of your mail seems to indicate your xsltproc has access
to iconv, if it outputs in ISO-8859-1 it's probably because the stylesheets
ask for this output. That can be overriden by your own wrapper XSLT stylesheet
with an xsl:output carrying encoding = "UTF-8" (or another one). Depending
on the other elements on your processing chain  and the actual content of the
document being processed this can result in a serious size improvement
of the intermediate files compared to character references in an ISO-8859-1
encoding.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]