I have to write a desktop application to edit data stored in a XML file. The format is defined by a XML schema file (.xsd). The format is quite complex.
Are there tools
One solution could be to write an XSL transformation that converts the XML file into a XAML file.