I've created in my application the ability for developers to create WPF forms by writing an XML file.
I would like to now write a XML Schema file (.xsd) to validate this XML file so that developers can validate their Form XML before it is put into the system, and so they can get intellisense based on the XML Schema while they develop it.
I did something like this back in 2001 and we used an early version of XML Spy which had an interface that gave the developer intellisense based on the XML Schema as he build his XML file.
What is the best tool to do this today?
- In Visual Studio can I e.g. open an XML file, attach an XSD, and get intellisense based on the Schema?
- Or is XML Spy still the dominant tool to do this?
- Are there any open source tools that do this?