Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf01_xml.xsl

    r30 r16  
    1111$Id$ 
    1212++ plein de trucs 
    13 fplod 2007-10-17T08:01:14Z aedon.locean-ipsl.upmc.fr (Darwin) 
    14 improve authors sort (diacriticals)  
    1513fplod 2007-06-08T08:36:48Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1614add total nb of publications in one cell. quite interesting usage of 
     
    144142<para> 
    145143You can also see <quote>NEMO - Publications - Papers</quote> sorted by  
     144<xsl:text>authors</xsl:text> 
    146145authors in 
    147146<xsl:element name="ulink"> 
     
    154153<xsl:element name="ulink"> 
    155154 <xsl:attribute name="url"> 
    156   <xsl:value-of select="'../many/bibnemomaf01/index.html'"/> 
     155  <xsl:value-of select="'../many/bibnemomaf03/index.html'"/> 
    157156 </xsl:attribute> 
    158157 <xsl:text>several </xsl:text> 
     
    226225  <orderedlist> 
    227226   <xsl:for-each select="/descendant::biblioentry[child::biblioset[child::pubdate=$year]]|/descendant::biblioentry[child::date=$year]"> 
    228     <xsl:sort order="ascending" data-type="text" select="translate(./authorgroup/author/personname,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó','ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
     227    <xsl:sort order="ascending" data-type="text" select="./authorgroup/author/personname/surname"/> 
     228    <xsl:sort order="ascending" data-type="text" select="./authorgroup/author/personname/firstname"/> 
    229229    <xsl:call-template name="one_biblioentry"> 
    230230     <xsl:with-param name="visu_modif" select="'visu'"/> 
Note: See TracChangeset for help on using the changeset viewer.