Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_db.xsl

    r2 r28  
    99 
    1010update : 
     11fplod 2007-10-17T08:07:50Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12improve sort (diacriticals) 
    1113fplod 2007-05-18T14:56:32Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1214modif gestion de id 
     
    113115 
    114116     <xsl:for-each select="descendant::author"> 
    115       <xsl:sort order="ascending" data-type="text" select="./personname/surname"/> 
    116       <xsl:sort order="ascending" data-type="text" select="./personname/firstname"/> 
     117      <xsl:sort order="ascending" data-type="text" select="translate(./personname,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
    117118      <xsl:variable name="author_id2"> 
    118119<xsl:call-template name="surname_id"> 
Note: See TracChangeset for help on using the changeset viewer.