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


Subject: Re: [docbook] othercredit


Perfect. Many thanks,

Peter


On 20/12/2013 18:57, Bob Stayton wrote:
Hi Peter,
The titlepage template for othercredit already can do that, if you put the displayed title in the <contrib> element:

<othercredit class="translator">
    <personname>
         <firstname>John</firstname>
         <surname>Smith</surname>
    </personname>
    <contrib>Translated by</contrib>
 </othercredit>

If you want to do the same from the class attribute instead, you would need to customize the template starting with:

  <xsl:template match="othercredit" mode="titlepage.mode">

in titlepage.xsl.




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