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]

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




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