Bonsoir,

Je cherche à rajouter un lien dans mon code XML svp :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
<?xml version="1.0" encoding="iso-8859-1"?>
<node>
        <node label="ACCUEIL" url="default.asp" />
        <node label="LES STAGES" url="">
            <node label="Calendrier/Inscrip.stages" isBranch="true" url="http://www.pixel2life.com/twodded/apply_to_write_tutorials"  />
            <node label="Progr.des stages" isBranch="true" url="http://www.pixel2life.com/twodded/suggest_a_tutorial" /> 
            <node label="Comment se rendre aux stages" isBranch="true" url="http://www.pixel2life.com/contact/?cont_id=12" /> 
            <node label="Contactez-nous" isBranch="true" url="http://www.pixel2life.com/forums/index.php?showforum=53"/> 
	  </node>
        <node label="INFOS PRATIQUE" url="">
            <node label="Le permis à points" isBranch="true" url="http://www.pixel2life.com/twodded/apply_to_write_tutorials"  />
            <node label="Le permis probatoire" isBranch="true" url="http://www.pixel2life.com/twodded/suggest_a_tutorial" /> 
            <node label="L'annulation de permis" isBranch="true" url="http://www.pixel2life.com/contact/?cont_id=12" /> 
            <node label="Barêmes de retrait" isBranch="true" url="http://www.pixel2life.com/forums/index.php?showforum=53"/> 
	  </node>
</node>
de type "_self" dans l'url ?

Merci