Ignore:
Timestamp:
10/17/07 10:28:07 (17 years ago)
Author:
pinsard
Message:

improve diacritical authors sort in table and lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf01_xml.xsl

    r16 r28  
    1111$Id$ 
    1212++ plein de trucs 
     13fplod 2007-10-17T08:01:14Z aedon.locean-ipsl.upmc.fr (Darwin) 
     14improve authors sort (diacriticals)  
    1315fplod 2007-06-08T08:36:48Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1416add total nb of publications in one cell. quite interesting usage of 
     
    225227  <orderedlist> 
    226228   <xsl:for-each select="/descendant::biblioentry[child::biblioset[child::pubdate=$year]]|/descendant::biblioentry[child::date=$year]"> 
    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"/> 
     229    <xsl:sort order="ascending" data-type="text" select="translate(./authorgroup/author/personname,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó','ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
    229230    <xsl:call-template name="one_biblioentry"> 
    230231     <xsl:with-param name="visu_modif" select="'visu'"/> 
Note: See TracChangeset for help on using the changeset viewer.