{HELP}How to create an empty XML from XSD
I know I have asked this before but I haven't had any clear answers. If Gabe Halsmer might read this I haven't found any way to contact you.. My email is webvize.nl">mh@<Nospam>webvize.nl (remove the <Nospam>) and yes I am interested in your solution!.
I still am in the need to create an empty XML from XSD. This is not just an XML with <XmlElement/> but with all mandatory elements as specified in the XML and if possible filled with some default values (if needed).
I know that in .Net 2.0 it will be possible but how do I approach this with 1.1??
I need this to create a transparent editor with the use of XOPUS but it needs a valid XML as input.. And I don't want to remove the mandatory elements ( this might be the easiest way)..