Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf02_xml.xsl

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