Working with the XmlDataProvider
The XmlDataProvider class enables Binding to XML inside XAML. This will allow you to bind e.g. to the rss feed of a blog like http://www.thomasclaudiushuber.com/blog/feed/, cause rss is simple XML.
A XmlDataProvider-Element is declared as a logic resource. You simply set the Source-Property to a XML-Document and optionally (more…)