Changeset 1880

Montrer
Ignorer:
Date:
19.02.2008 23:29:30 (11 mois auparavant)
Auteur:
vdv
Message:

Correction d'un bug dans l'adresse des blogs de la planète.

Fichiers:

Légende:

Non modifié
Ajouté
Supprimé
Modifié
Copié
Déplacé
  • webapps/branches/lucene/orbeon/WEB-INF/resources/xmlfr/actualites/planete/planete.xsl

    r1497 r1880  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!-- 
    3     * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
    4     *  
    5     * Copyright 2000-2008 Eric van der Vlist, Dyomedea 
    6     *   
    7     * This file is part of XMLfr. 
    8     *  
    9     * XMLfr is free software: you can redistribute it and/or modify 
    10     * it under the terms of the GNU Affero General Public License as  
    11     * published by the Free Software Foundation, either version 3 of  
    12     * the License, or (at your option) any later version. 
    13     *  
    14     * XMLfr is distributed in the hope that it will be useful, 
    15     * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17     * GNU General Public License for more details. 
    18     *  
    19     * You should have received a copy of the GNU Affero General Public License 
    20     * along with XMLfr.  If not, see <http://www.gnu.org/licenses/>. 
    21     */ 
    22 --> 
    232<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    243    xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" 
     
    335314            </a> 
    336315            <xsl:text> </xsl:text> 
    337             <a href="{at:link[@type='text/html']/@href}"> 
     316            <a href="{at:link[@type='text/html' and @rel='alternate']/@href}"> 
    338317                <xsl:value-of select="planet:name"/> 
    339318            </a>