Perfect. Many thanks,

Peter<skype:peterfleck?call>

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.


Reply via email to