Oleg Amiton wrote:
> I've generated HTML output from docbook-sgml source with
> jade & sgmltools-lite, but don't know how to explain parser to
> insert encoding header into result HTML file.
> Exactly, I need the string
> -- cut --
> <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">"
> -- end --
> to be appeared in output HTML. What's the way do do that?
Put following code into your customized stylesheet:
(define %html-header-tags%
'(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html;
charset=koi8-r"))))
-----------------------------------------------------------------
Jirka Kosek
e-mail: [EMAIL PROTECTED]
http://www.kosek.cz
------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]