Changeset 57


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

start to introduce language dependency

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/bibdemo1_dbk5.xml

    r56 r57  
    44xmlns="http://docbook.org/ns/docbook" 
    55xml:id="bibdemo1_dbk5"  
    6 xml:lang="en"> 
     6xml:lang="fr"> 
    77<!-- 
    88a set of references extracted from Cantratrix Sopronica L. written by 
  • trunk/makefile

    r56 r57  
    9797doc \ 
    9898help \ 
    99 html_en \ 
     99html \ 
    100100htmllinkchecka \ 
    101101htmllinkcheckb \ 
    102102install \ 
    103 pdf_en 
     103pdf 
    104104 
    105105help : 
     
    134134        @echo "" 
    135135        @echo "Following commands are available to build outputs :" 
    136         @echo "\$$ make html_en" 
     136        @echo "\$$ make html" 
    137137        @echo " " 
    138138        @echo "Check for DocBook 5 validity : " 
     
    193193 
    194194all : \ 
     195html 
     196 
     197html : \ 
    195198html_en 
    196199 
     
    255258$(DIRTMP)/$(PRODUCT)01.xml : \ 
    256259$(DIRSRC)/$(PRODUCT)01_xml.xsl \ 
     260$(DIRSRC)/message_lang.xsl \ 
    257261$(DIRSRC)/biblioentry_xml.xsl \ 
    258262$(DIRSRC)/biblio.xml 
  • trunk/superbib01_xml.xsl

    r56 r57  
    1212update : 
    1313$Id$ 
     14fplod 2008-04-30T10:32:48Z aedon.locean-ipsl.upmc.fr (Darwin) 
     15language inherited  from biblio.xml 
    1416fplod 2008-04-29T15:23:51Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1517chgt for dbk5 in ++ 
     
    3840 
    3941<xsl:include href="biblioentry_xml.xsl"/> 
     42<xsl:include href="message_lang.xsl"/> 
    4043 
    4144<xsl:variable name="list_years" select="///d:pubdate[not( self::node() = following::d:pubdate )]"/> 
     
    116119<xsl:attribute name="version">5.0</xsl:attribute> 
    117120<xsl:attribute name="xmlns">http://docbook.org/ns/docbook</xsl:attribute> 
    118 <xsl:attribute name="xml:lang">en</xsl:attribute> 
     121<xsl:attribute name="xml:lang"><xsl:value-of select="@xml:lang"/></xsl:attribute> 
    119122<title>NEMO - Publications - Papers by years</title> 
    120123<info> 
     
    159162</para> 
    160163 
    161 <para> 
    162 Last update of the bibliography databank : <xsl:value-of select="d:info/d:date"/> 
    163 </para> 
     164<xsl:call-template name="para_lastupdate_bib"> 
     165 <xsl:with-param name="language" select="@xml:lang"/> 
     166 <xsl:with-param name="date" select="d:info/d:date"/> 
     167</xsl:call-template> 
    164168 
    165169<xsl:call-template name="years"/> 
Note: See TracChangeset for help on using the changeset viewer.