ireland
February 27th, 2007, 05:13 AM
What's the best way to map a Winform component to XML/XSD?
TreeView is one option, are there others?
I have large XML file (2MB), from which I've generated an XSD file, from which I have Serializable C# classes. I want a Winform which can allow me to add/remove elements and set values in WinForm style which will result in a new XML file being generated (but containing the same style as my XSD). What's the best way to manage this?
TreeView is one option, are there others?
I have large XML file (2MB), from which I've generated an XSD file, from which I have Serializable C# classes. I want a Winform which can allow me to add/remove elements and set values in WinForm style which will result in a new XML file being generated (but containing the same style as my XSD). What's the best way to manage this?