1
Answer

I want to bind an XML document to a ListBox and access it using XDocument NOT XMLDocument

Andrew

Andrew

14y
4.3k
1
I have managed to successfully bind an XML document to a list box. However to manipulate the XML I want to use LINQ to XML rather than the XmlDocment that the XmlDataProvider provides.

Is it possible to get an XDocument from the XmlDataProvider?

Answers (1)