XSD Class

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Looch

    #1

    XSD Class

    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.

  • Mads Bondo Dydensborg

    #2
    Re: XSD Class

    Looch wrote:
    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/Systemsdevelope r cand.scient.dat , Ph.d., Mads Bondo
    Dydensborg
    Dansk BiblioteksCente r A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77
    34

    Comment

    • Looch

      #3
      Re: XSD Class

      Indeed. Thanks!


      Comment

      Working...