[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Creating PDFs from Japanese Docbook XML



/ Olaf Meeuwissen <olaf@epkowa.co.jp> was heard to say:
| BTW, the customized stylesheet looks like
|
|   <?xml version='1.0' encoding="utf-8"?>
|   <xsl:stylesheet version    = "1.0"
|                   xmlns:xsl  = "http://www.w3.org/1999/XSL/Transform";>
|
|     <xsl:include href="dont_really_know_XSL_disclaimer.xsl"/>
|     <xsl:import href="your_stylesheet_here"/>
|     <!-- docbook seemingly hardcodes ISO-8859-1 :-( -->
|     <xsl:output encoding="utf-8"/>
|   </xsl:stylesheet>

The stylesheets doe use ISO-8859-1, but there's nothing wrong with
overriding that in your customization layer. I suppose they could use
UTF-8 by default these days...

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | You look wise. Pray correct that
http://nwalsh.com/            | error.--Charles Lamb



Reply to: