O
Olivier P.
Hi,
Just a quiet simple question,
If I have an Xml file like that :
<address>
<name>Mitchel</name>
<phone>1293 xxxxxx</phone>
<town>New York
<dpt z="saturn">something</dpt>
<region>earth</region>
</town
</adress>
How can I do in C# to retrieve the value of the attribut "z" in node "dpt" ?
The aim is simply to use it in a "Label.Text = " commande...
I'm looking for that since two days, but I can't find....
Any help ?
Thanks a lot in advance,
By,
Olivier
Just a quiet simple question,
If I have an Xml file like that :
<address>
<name>Mitchel</name>
<phone>1293 xxxxxx</phone>
<town>New York
<dpt z="saturn">something</dpt>
<region>earth</region>
</town
</adress>
How can I do in C# to retrieve the value of the attribut "z" in node "dpt" ?
The aim is simply to use it in a "Label.Text = " commande...
I'm looking for that since two days, but I can't find....
Any help ?
Thanks a lot in advance,
By,
Olivier