Ignore:
Timestamp:
04/30/08 17:43:22 (16 years ago)
Author:
pinsard
Message:

introduce language dependency on each update message (bibilo, user, html files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superbib02_xml.xsl

    r56 r58  
    1212update : 
    1313$Id$ 
     14fplod 2008-04-30T15:02:03Z aedon.locean-ipsl.upmc.fr (Darwin) 
     15language inherited from biblio.xml 
    1416fplod 2008-04-29T08:01:08Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1517chgt for dbk5 
     
    3537 omit-xml-declaration="no"/> 
    3638 
     39<xsl:include href="message_lang.xsl"/> 
     40 
    3741<xsl:include href="firstname_id.xsl"/> 
    3842<xsl:include href="surname_id.xsl"/> 
     
    4751<xsl:attribute name="version">5.0</xsl:attribute> 
    4852<xsl:attribute name="xmlns">http://docbook.org/ns/docbook</xsl:attribute> 
    49 <xsl:attribute name="xml:lang">en</xsl:attribute> 
     53<xsl:attribute name="xml:lang"><xsl:value-of select="@xml:lang"/></xsl:attribute> 
    5054<title>NEMO - Publications - Papers by authors</title> 
    5155<info> 
     
    7882</xsl:element>. 
    7983</para> 
    80 <para> 
    81 Last update of the bibliography databank : <xsl:value-of select="d:info/d:date"/> 
    82 </para> 
     84 
     85<xsl:call-template name="para_lastupdate_bib"> 
     86 <xsl:with-param name="language" select="@xml:lang"/> 
     87 <xsl:with-param name="date" select="d:info/d:date"/> 
     88</xsl:call-template> 
    8389 
    8490<sect1 xml:id="intro"> 
Note: See TracChangeset for help on using the changeset viewer.