Next in thread → Next in month →

Re: DOCBOOK-APPS: Help project structure

From
Jirka Kosek <>
Date
2002-02-01T00:04:23+00:00
ID
Thread
Re: DOCBOOK-APPS: Help project structure
 wrote:

> 1. htmlhelp.xsl  generates chunks for book and chapter, and also lists them
> in FILES section of .hhp project file. What's the best way to NOT generate
> these elements and to exclude them from the .hhp project file? I couldn't
> get any parameters to do it.

This probably can be done by modifying/parametrizing chunking code.

> 2. When coded this way, the topic structure must be very flat, right?
> Suppose I want to end up with nested TOC items like this:
> 
> Help for App
>      Using App
>             Getting started
>                   Installing
>                   After installing

<book>
<title>Help for App</title>
<chapter>
<title>Using App</title>
<section>
<title>Getting started</title>
<section>
<title>Installing</title>
...
</section>
<section>
<title>After Installing</title>
...
</section>
</section>
</chapter>
...
</book>

				Jirka
			
-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: 
  http://www.kosek.cz
Next in thread → Next in month →