This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


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

Re: Producing HTML from DocBook, without HTML <head>


Stephane Bortzmeyer wrote:
> 
> [I'm not sure dssslist is appropriate. There is apparently no list for the
> Modular DocBook StyleSheets. Hit me on the head with a recent copy of the
> DSSSL specification if I'm wrong.]
> 
> I would like to produce HTML from DocBook, using the DSSSL version of the
> Modular DocBook StyleSheets.
> 
> But I don't wan't HTML HEAD or BODY or META. I just want "the HTML in between"
> (whatever is between <BODY> and </BODY>) because the HTML will be integrated
> into a <ulink url="http://www.engelschall.com/sw/wml/>WML</ulink> template, in
> order to keep a consistent look of the pages (some coming from DocBook, some
> not).
> 
> When customizing the Stylesheets, you can change some things about HTML, but
> not this one. Or did I miss something?

As far as I know all functions that create a new HTML-Page create a
<HEAD>-Element and so on. One possibility is to change all these
functions (one is for example "titlepage-recto-legalnotice"). Another
possibility is to change the option "nochunks" in html/dbparam.dsl to
#t, so that chunking of HTML-pages is suppressed at all. You now should
only alter on function, which creates the main HTML-file (but for now I
don't know which on it is).

I hope it helps a bit

Jan Scheffczyk


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