XSD Class

L

Looch

All,

I have created a class file using the XSD.exe tool that includes
multiple classes based on the complex parent elements in the schema I
used.

I aslo have a win form that has a bunch of text boxes that match the
elements in the schema. I understand how I would set the properties in
the XSD class (i.e. the XML file elements) to the text box values, but
how do I go about creating an actual XML file from those 30 or so
property assignements?

Thanks in advance.
 
M

Mads Bondo Dydensborg

Looch said:
All,

I have created a class file using the XSD.exe tool that includes
multiple classes based on the complex parent elements in the schema I
used.

I aslo have a win form that has a bunch of text boxes that match the
elements in the schema. I understand how I would set the properties in
the XSD class (i.e. the XML file elements) to the text box values, but
how do I go about creating an actual XML file from those 30 or so
property assignements?

Use XmlSerializer?

Regards,

Mads

--
Med venlig hilsen/Regards

Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo
Dydensborg
Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77
34
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top