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]

Re: 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

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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