[XML] XML binding
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I have an XML file structured this way:
10
name1
name1.png
top1
top2
top3name2 name2.png top4 top5 top6
I get no difficulties binding to tag, as well as tags contained into it. I get no difficulties to bind the tag into a list box.....but I don't know how to bind to tags into . How to populate a listbox with all elements of the currently selected ?