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]

Sections only nesting


I have noticed that it is only possible to nest section elements in the XML
version of DocBook 4.1.2.  How do you go about breaking up an article into
multiple sections if they cannot follow one another?

for example, I want to have:

<section role="summary">
	<title>...</title>
	<para>
	....
	</para>
</section>
<section role="description">
	<title>...</title>
	<para>
	....
	</para>
</section>

But this generates an error.  Is there any way to section an
article/book/etc. into multiple parts but all at the same logical level?

Thanks,

Stuart

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