i have a problem moving a XMLDataprovider Binding with XPath from Xaml to code behind. Labels.xml <?xml version=\"1.0\" encoding=\"utf-8\" ?>
I made an application which draws a tree of organization based on values from an xml file. The xaml file goes like this :
I\'ve got a treeview bound to an XmlDataProvider following this example. The app I am working on is following the MVVM pattern and the Xml is from a file that the user will open.