Next in thread → Next in month →

Re: [docbook] othercredit

From
Peter Fleck <>
Date
2013-12-20T19:37:42+00:00
ID
Thread
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.
Next in thread → Next in month →