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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: DOCBOOK: indexterms


Gregory Leblanc wrote:

> The listing in the index would ideally be something like:
> 
> L
>  Language
>   French
>   German
>   Brazilian
>   Swahili
> 
> I obviously can't do it this way, but is there some provision for creating
> indexterms with multiple children? 

Sure, if I understand your question.  Just do it like this:

<indexterm>
  <primary>Language</primary>
    <secondary>French</secondary>
</indexterm>
<indexterm>
  <primary>Language</primary>
    <secondary>German</secondary>
</indexterm>
<indexterm>
  <primary>Language</primary>
    <secondary>Brazilian</secondary>
</indexterm>
<indexterm>
  <primary>Language</primary>
    <secondary>Swahili</secondary>
</indexterm>

and you'll get the output you want.  These index terms can all be placed
at one point in the document, or in various places.

-- 

---
Bob


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


Powered by eList eXpress LLC