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/bibnemomaf04_xml.xsl

    r25 r28  
    1010update : 
    1111++ parametrer le nom du fichier "base utilisateur" usernemo.xml 
     12fplod 2007-10-17T08:06:40Z aedon.locean-ipsl.upmc.fr (Darwin) 
     13improve sort (diacriticals) 
    1214fplod 2007-05-18T14:59:29Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1315modif gestion id 
     
    8991<!-- loop on author_ids --> 
    9092<xsl:for-each select="$list_author_ids"> 
    91  <xsl:sort order="ascending" data-type="text" select="."/> 
     93 <xsl:sort order="ascending" data-type="text" select="translate(.,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
    9294 <xsl:variable name="author_id2"> 
    9395<xsl:call-template name="surname_id"> 
Note: See TracChangeset for help on using the changeset viewer.