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] | [List Home]


Subject: Re: [docbook-apps] customizing autoidx.xsl


Hi Scott,
If you are using 1.71.1 or later, it depends on which $index.method you are 
using:

$index.method = 'basic', customize 'generate-basic-index' in autoidx.xsl.

$index.method = 'kosek', customize 'generate-kosek-index' in 
autoidx-kosek.xsl

$index.method = 'kimber', customize 'generate-kimber-index' in 
autoidx-kimber.xsl


Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Scott Hudson" <scott.hudson@flatironssolutions.com>
To: "Docbook-Apps" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, January 24, 2007 8:29 AM
Subject: [docbook-apps] customizing autoidx.xsl


> Hi,
>
> I've needed to generate an index with docbook markup, and have so
> modified autoidx.xsl to generate docbook elements, rather than the HTML
> output. I'm also chunking this out as a separate file.
>
> For some reason, it is still getting wrapped with some type of titlepage
> div:
>
> <div class="index">
>   <div class="titlepage">
>      <div>
>         <div>
>            <h2 class="title"><a name="d0e6044">&nbsp;</a>Index
>            </h2>
>         </div>
>      </div>
>   </div>
>   <index>
>      <indexdiv>
>         <title>B</title>
>         <indexentry>
>            <primary>
> ...
>
> Is there a parameter to turn this off, or what template do I need to
> override to eliminate these div outer wrappers?
>
> Thanks,
>
> --Scott
>


--------------------------------------------------------------------------------


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org 




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