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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Re: DOCBOOK-APPS: Help project structure


denisb@rational.com 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: jirka@kosek.cz
  http://www.kosek.cz


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


Powered by eList eXpress LLC