OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Adding <para> to a <sect1> between <simplesect>


Hi all,

I wonder if anyone knows a way around a problem we are encountering with the
addition of paragraphs inbetween sections (simplesect)? The code snippet
below illustrates the problem where we have paragraphs and sections that we
hope to import from another document using xinclude and xpointer. After the
imported sections we would like to include additional paragraphs with
explanitory narrative. However, docbook does not allow these paragraphs
inbetween sections under, in this case <sect1>. It only allows <para>
between <sect1> and the first section.

Alternatively, is there a tag that allows multiple <para> to be grouped in a
higher level tag which I can then be given an id and used to import with
xinclude within a section?

Thanks and regards
Chris


				<sect1><title>Generalizable Element</title>
(imported using xinclude)	<para>Summary para will go here which is
imported using Xinclude and Xpointer</para>
(imported using xinclude)	<simplesect>
					<title>Description</title>
					<para>description para 1 will go
here which is imported using Xinclude and Xpointer</para>
					<para>description para 2 will go
here which is imported using Xinclude and Xpointer</para>
				</simplesect>
					<para>Narative paras after Summary
and descritption</para>
(imported using xinclude)	<simplesect>
					<title>Attributes</title>
					<para>details will go here</para>
				</simplesect>
					<para>Narative paras after Summary
and descritption</para>	
(imported using xinclude)	<simplesect>
					<title>Association ends</title>
					<para>description para 1</para>
					<para>description para 2</para>
				</simplesect>
					<para>Narative paras after
attributes and association ends</para>
				</sect1>

Chris Borg
Training and Documentation
AssetHouse Technology Limited
www.assethouse.com
Skype: chris.borg_ah
Mobile: 07753823637
Fax: 01483 300988 
Email: chris.borg@assethouse.com







[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]