Read data from string XML

lover

New Member
My situation is like this, I have a xml data in string format.\[code\]<?xml version="1.0" encoding="utf-16"?><Tree AllowNodeEditing="True" ShowLineImages="False" CheckBoxes="True" EnableAjaxSkinRendering="False" AutoPostBackOnCheck="True" AutoPostBack="True"> <Node Text="IMG_1468.JPG" Value="http://stackoverflow.com/CMS/Images/Fotogalerie/548/IMG_1468.JPG" Checked="True" Selected="True" tekst="Afbeelding IMG_1468.JPG" thumb="../../CMS/Images/Thumbs/548/IMG_1468.JPG" />\[/code\]from above string i need to select 'Value' of each node and store it in a datatable.How can i achieve this..
 
Back
Top