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]

Re: toc generation solved.


At 01:31 16/09/2001 -0700, Bob Stayton wrote:

>You missed chunk-common.xsl.  8^)

(Trying to sound 'knowing') I knew that :-)


>Use chunk.xsl in your customization layer, unless
>you are using XT, in which case use xtchunk.xsl.
>You'll find that chunk.xsl does an xsl:include on
>chunk-common.xsl and chunker.xsl.
>
>To chunk at the chapter level, you need to set
><xsl:param name="chunk.sections" select="'0'"/>
>so your <sect1>s aren't also chunked.
>See chunk.xsl for other params that control
>chunking (they aren't in param.xsl).

Thanks Bob.
   Surprised the params aren't in param.xsl, I think,
     but then again chunking is a bit 'different'.

One more if I may.
    Defining titlepages, e.g. for 'holder' I want a <p> element.

have
<t:titlepage element="book" wrapper="div" class="titlepage">
   <t:titlepage-content side="recto">
     <title/>
     <subtitle/>
         <author/>
         <contrib/>
         <edition/>
         <copyright>
           <year/>
           <holder/>
         </copyright>
         <legalnotice/>
         <publisher/>
         <pubdate/>
         <dedication/>
         <abstract/>
   </t:titlepage-content>

   <t:titlepage-content side="verso">
   </t:titlepage-content>

   <t:titlepage-separator>
     <hr/>
   </t:titlepage-separator>

   <t:titlepage-before side="recto">
   </t:titlepage-before>

   <t:titlepage-before side="verso">
   </t:titlepage-before>
</t:titlepage>

and I'm defining a template for holder.
   Its being overridden somewhere,
Is the format of the xml file right, with nesting?
Any clues please?

Regards DaveP





----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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