bonjour,
voila, j'aimerai recuperer le contenu de balises html avec leurs attributs
voici un exemple :
<h2>
<span style="font-weight: bold; font-style: italic; text-decoration: underline;">essai</span>
<font size="6">
<span style="color: rgb(0, 255, 102); font-style: italic; font-family: times new roman,times,serif;">test</span>
</font>
</h2>
je voudrai recuperer ce qu'il ya entre "<" et ">"
c a dire
h2
span style="font-weight: bold; font-style: italic; text-decoration: underline;"
....
merci de m'aider si vous avez une idee, je sais plus quoi faire
.::lolofx::.