← Prev in month ← Prev in thread

Setting charset attribute of <meta> tag for HTML output

From
Paul DuBois <>
Date
2005-01-18T17:38:10+00:00
ID
Thread
Setting charset attribute of <meta> tag for HTML output
I'm using the /html/chunk.xsl stylesheets, which produce output files that
begin like this:

<html><head><meta http-equiv="Content-Type" content="text/html;
charset=utf-8"><title>Preface</title><meta name="generator" content="DocBook
XSL Stylesheets V1.67.2"> ...

However, some translations of my document are in other languages.  For
example, I have a Japanese version, for which the charset value in the first
<meta> tag needs to be set to charset=euc-jp rather than charset=utf-8.

Is this possible?  Thanks.
← Prev in month ← Prev in thread