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]
Other format: [Raw text]

Custization: HTML without <html>, <head> and <body> tags


Hi all,

I transform docbook to HTML on the fly within a webserver.
Headers and footers are generated from other XML sources depending on the context.

For this purpose I need an XSLT customization layer to just leave out the <html>, <head> and <body> tags in the HTML output (and the whole header too, of course).

The HTML stream generated from the docbook source should for instance start with

<div class="article"> instead of <html><head>

and end up with

</div> instead of </body></html>.

Has anybody already written such a customization layer and can give some hints?
Or is there simply a parameter to switch the <html> page "frame" off?

Thanks in advance for advice.

Gisbert Amm
[mailto:gia@webde-ag.de]





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