WPF MVVM ComboBox Binding to XML Data.
Once again, while browsing StackOverflow.com, I came across a question from a user who needed to fix their ComboBox Binding. The user in question was Binding XML data in Key/Value pairs to the combo box, displaying the Key and wanted to retrieve the Value. This was achieved using the following example;My XML Test Data was [...]