Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibnemomaf01_xml.xsl

    r16 r30  
    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 
     
    142144<para> 
    143145You can also see <quote>NEMO - Publications - Papers</quote> sorted by  
    144 <xsl:text>authors</xsl:text> 
    145146authors in 
    146147<xsl:element name="ulink"> 
     
    153154<xsl:element name="ulink"> 
    154155 <xsl:attribute name="url"> 
    155   <xsl:value-of select="'../many/bibnemomaf03/index.html'"/> 
     156  <xsl:value-of select="'../many/bibnemomaf01/index.html'"/> 
    156157 </xsl:attribute> 
    157158 <xsl:text>several </xsl:text> 
     
    225226  <orderedlist> 
    226227   <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"/> 
     228    <xsl:sort order="ascending" data-type="text" select="translate(./authorgroup/author/personname,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó','ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
    229229    <xsl:call-template name="one_biblioentry"> 
    230230     <xsl:with-param name="visu_modif" select="'visu'"/> 
Note: See TracChangeset for help on using the changeset viewer.