How do you validate the XAML schema? I was given an XSD schema and required to generate the XML files. Unfortunately, I use WPF. Now I have the XAML file instead of the XML file. What do I use to validate the file? Or should I convert it to XML? How do I convvert it to XML?


Reply With Quote