OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: HTML from docbook


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: jirka@kosek.cz
  http://www.kosek.cz


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC