Can i validate XML against XSD in WPF XmlDataProvider dynamically?
For Example, In XAML page i have,
<XmlDataProvider x:Key="products" Source="Products.xml" XPath="Products/Product"></XmlDataProvider> I need to check whether product.xml is valid or not based schema file say Products.xsd?Deepak Kumar Singh