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.


/ Dave Pawson <daveP@dpawson.freeserve.co.uk> was heard to say:
| Thanks Bob.
|    Surprised the params aren't in param.xsl, I think,
|      but then again chunking is a bit 'different'.

I suppose I could create chunk-params.xsl, but I'm not strongly
motivated to do so. The parameters that only apply to chunking would
be confusing in param.xsl, I think.

| 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?

At the end of the day, most of the actual templates that do work are
defined in titlepage.xsl. In addition, if you want to override those
templates, they're all called in 'titlepage.mode'.

So, if you put your holder template in titlepage.mode, it'll probably
fire. But unless you also override copyright and do something about
the <p> that it outputs, you won't get valid HTML.

                                        Be seeing you,
                                          norm

P.S. Yes, I wish this all looked less like magic.

-- 
Norman Walsh <ndw@nwalsh.com>      | The present moment is a powerful
http://www.oasis-open.org/docbook/ | goddess.--Goethe
Chair, DocBook Technical Committee |

----------------------------------------------------------------
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]