Bonjour à tous,

Je vous explique mon problème, j'utilise un webservice qui me renvoie une String sous la forme d'une structure xml:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
<?xml version='1.0' encoding='utf-8'?>
<LISTE_PROFILS>
 <PROFIL NOM="" CODES=""></PROFIL>
</LISTE_PROFILS>
Une fois que j'ai récupéré cette string, je voudrais la parser afin de construire une Hashmap 'Nom' <-> 'Codes'.

Quelqu'un pourrait-il me donner un coup de main sur ce problème?

Merci par avance,
Alex