Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf02_xml.xsl

    r2 r28  
    99 
    1010update : 
     11fplod 2007-10-17T07:49:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12improve sort (diacriticals) 
    1113fplod 2007-05-18T14:31:33Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1214modif gestion id 
     
    9294<!-- loop on author_ids --> 
    9395<xsl:for-each select="$list_author_ids"> 
    94 <xsl:sort order="ascending" data-type="text" select="."/> 
    95 <!-- 
    96 <xsl:message><xsl:value-of select="."/></xsl:message> 
    97 --> 
     96<xsl:sort order="ascending" data-type="text" select="translate(.,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
    9897<xsl:variable name="author_id2"> 
    9998<xsl:call-template name="surname_id"> 
Note: See TracChangeset for help on using the changeset viewer.