[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Adding content to div class="article"
That will require customization of the template
with match="article" in html/component.xsl. Copy that template to a
customization layer and change the line:
<xsl:apply-templates/>
to whatever you need to process the content of the
article. Any titlepage and toc stuff is handled in that template, so you
may want to modify those parts as well.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]