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


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: [docbook-apps] Recusive <section/>'s and their conclusions


Yes, i'm using that approach.
The only thing that bother me is empty <title/> that is mandatory for the section...

Bob Stayton ÐÐÑÐÑ:
You could use a section with role="conclusion" and add this template to your
customization:

<xsl:template match="section[@role='conclusion']" mode="title.markup">
  <xsl:text>CONCLUSION</xsl:text>
</xsl:template>


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