create xml from an object and using schema

karmo

New member
Joined
Dec 28, 2009
Messages
1
Programming Experience
1-3
hi everybody
i have to create a class that creates an xml file using a schema.
i created a "Component" class in vb.net and setted his properties with the tag xmlelement("nameofthexmlnode").
i did the creation of the xml.
Now i have to use the xml schema but i didn't found an easy to use/understand example.
i know that i have to serialize the object but i can't still create an xml using a valid schema.
can you help me?
 
Last edited:
Xsd2Code is a visual studio plugin that will take an XSD and make code for it

XSD.exe from microsoft will do a similar thing if youre not on Visual Studio 2008
 
Back
Top