Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/select_id.xsl

    r29 r2  
    1111++ xforms 
    1212<OPTGROUP label="PortMaster 3"> A B C cf http://www.la-grange.net/w3c/html4.01/interact/forms.html#edef-OPTION 
    13 fplod 2007-10-17T08:09:03Z aedon.locean-ipsl.upmc.fr (Darwin) 
    14 improve sort (diacriticals) 
    1513fplod 2007-05-18T14:52:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1614modif gestion id 
     
    5452 </xsl:element> 
    5553 <xsl:for-each select="///author[not( self::node() = following::author )]"> 
    56   <xsl:sort order="ascending" data-type="text" select="translate(.,'abcdefghijklmnopqrstuvwxyz éèçàùëöñó', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_EECAUEONO')"/> 
     54  <xsl:sort order="ascending" data-type="text" select="."/> 
    5755  <xsl:element name="option"> 
    5856   <xsl:variable name="author_id"> 
     
    6563</xsl:call-template> 
    6664   </xsl:variable> 
    67    <xsl:variable name="path">../many/bibnemomaf02/</xsl:variable> 
     65   <xsl:variable name="path">../many/bibnemomaf04/</xsl:variable> 
    6866   <xsl:variable name="ext">php</xsl:variable> 
    6967   <xsl:variable name="url"><xsl:value-of select="$path"/><xsl:value-of select="$author_id"/>.<xsl:value-of select="$ext"/></xsl:variable> 
Note: See TracChangeset for help on using the changeset viewer.