← Prev in month ← Prev in thread
Next in thread → Next in month →

Split a TOC

From
Jason Lane <>
Date
2006-01-19T18:22:11+00:00
ID
Thread
Split a TOC
Hi list how do I do this, for example if Have:

<tocentry page="index.xml" id="index" dir="index/" filename="index.php">
	<tocentry page="2.xml" id="two" dir="two/" filename="two.php">
		...
	</tocentry>
	<tocentry page="3.xml" id="three" dir="three/" filename="three.php">
		...
	<tocentry>

</tocentry>


How can I then get Docbook to output all sub-levels and all indexes  
to a separate TOC? For example producing something like:


<ul id="LevelOne">
	<li>index</li>
</ul>
<ul id="LevelTwo">
	<li>Two</li>
	<li>Three</li>
</ul>

Many thanks
← Prev in month ← Prev in thread
Next in thread → Next in month →