voila je dois créer un arbre à partir d'un fichier xml mais tout ne s'affiche pas dans mon arbre il y a seulement les 1ers titres

Le fichier xml ressemble a ca :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<opml version="1.0" xmlns="http://..." xmlns:xsi="http://..." xsi:schemaLocation="http://...">
	<head>
		<title></title>
	</head>
	<body>
		<outline title="Information">
			<outline title="Journaux" >
				<outline type="rss" title="Le Monde" />
				<outline type="rss" title="Le Figaro" />
		</outline>...
J'arrive à afficher "Information" mais "journaux", "le monde"... ca s'affiche pas