J
janhm
Hello.
I need to loop through a xml file finding a specific innerxml text and then
ad the content to a treeview.
For example. If the innerxml im searching for is "item001" then I want the
content in <items></items>
added to my treeview.
<items>
<item>item001</item>
<more_item>stuff</more_item>
</items>
Any ideas how to do that.
I must admit I have little xml and treeview experience so I hope you are
able to help or guide me to an examble.
Thanks
//Janhm
I need to loop through a xml file finding a specific innerxml text and then
ad the content to a treeview.
For example. If the innerxml im searching for is "item001" then I want the
content in <items></items>
added to my treeview.
<items>
<item>item001</item>
<more_item>stuff</more_item>
</items>
Any ideas how to do that.
I must admit I have little xml and treeview experience so I hope you are
able to help or guide me to an examble.
Thanks
//Janhm