Next in thread → Next in month →

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

From
Gisbert Amm <>
Date
2002-07-15T08:21:52+00:00
ID
Thread
Re: DOCBOOK: Custization: HTML without <html>, <head> and <body> tags
Thank U very much, it works fine ;-)

Bob Stayton wrote:

>If you only want to modify this for articles,
>you could add a template in mode "process.root"
>to your html customization layer:
>
>
>  <xsl:template match="article" mode="process.root">
>     <xsl:apply-templates select="."/>
>  </xsl:template>
>
>Then it will not output the <head><body> stuff, but
>it will process everything in the document
>as html.
>
>  
>
Next in thread → Next in month →