Please help me to show the data from an XML in an Ordered List in WPF. the XML is given below, I want to Show the data in a control Show All the Authors and their books list in an ordered list just below the Author Name.
Output format will look like the one below.
1. Book1
2. Book2
Author2
1. Book1
2. Book2
Author3
1. Boook1
Author4
1. Book1
2. Book2
3. Book3
the XML is Given below
Thanks
Salam

james jackPosted Sep 19, 2013, 1:32 PM
Sanjeeb LenkaPosted Sep 19, 2013, 8:07 AM
refer to this link it may help you
http://dotnetlearning.wordpress.com/2010/09/15/hierarchical-tree-with-wpf-databinding-rocks/
Iftikar HussainPosted Sep 19, 2013, 7:48 AM
Please refer the below link
http://stackoverflow.com/questions/10770142/displaying-data-from-an-xml-file-on-a-listbox
http://www.codeproject.com/Articles/317766/Displaying-XML-in-a-WPF-TreeView
http://msdn.microsoft.com/en-us/magazine/cc700358.aspx
Regards,
Iftikar