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] Section Chunking Problems


I am trying to get the html stylesheets to produce a complete preface with no section chunks.
My preface looks like this.

<preface id="P001">
	<title>Front Matter</title>
	<section>
		<title>Forward</title>
		<para>some text</para>
	</section>
	<section>
		<title>Safety Summary</title>
		<para>some text</para>
	</section>
</preface>

I have <xsl:param name="chunk.first.sections" select='0'/>

I get two files as output

pr01.htm    contains Front Matter and Forward
pr01s02.htm contains Safety Summary

I thought I had disabled chunking at the section level but must have missed something.
I would like the preface to be one file not two.


 


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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