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]

[docbook-apps] Recusive <section/>'s and their conclusions


I want to markup my docmuments in the following style:
<article>
  <title/>

  <highlights/>
  <highlights/>

  <section>
    <title/>
  </section>

  <section>
    <title/>
  </section>

  <section>
    <title/>
  </section>

<para>CONCLUSION</para>

</article>

but due to current DTD restrictions i'm not able to do that.
I DON'T want to use another section for CONCLUSION, cause it haven't got title that is mandatory for the section.


What am i doing wrong? Is there any ways to solve this task?

Thanks in advance,
Dimitry.


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