Initializing Objects w/ XML

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

    #1

    Initializing Objects w/ XML

    I want to create a set of objects and initialize those objects based on an
    XML file. There is the Digester package written in Java that facilitates
    doing this. Does anyone know of something similiar in C#?

    Cheers,
    Aeden


  • Alexander Shirshov

    #2
    Re: Initializing Objects w/ XML

    Aeden,

    Have a look at www.myxaml.com.

    Alexander

    "Aeden Jameson" <bevelededges@h otmail.com> wrote in message
    news:%23F0BwBcH FHA.588@TK2MSFT NGP15.phx.gbl.. .[color=blue]
    >I want to create a set of objects and initialize those objects based on an
    >XML file. There is the Digester package written in Java that facilitates
    >doing this. Does anyone know of something similiar in C#?
    >
    > Cheers,
    > Aeden
    >[/color]


    Comment

    • Jon Skeet [C# MVP]

      #3
      Re: Initializing Objects w/ XML

      Aeden Jameson <bevelededges@h otmail.com> wrote:[color=blue]
      > I want to create a set of objects and initialize those objects based on an
      > XML file. There is the Digester package written in Java that facilitates
      > doing this. Does anyone know of something similiar in C#?[/color]

      Yup - Spring for .NET.

      Spring.NET is a port and extension of the Java based Spring Framework for .NET.


      --
      Jon Skeet - <skeet@pobox.co m>
      Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

      If replying to the group, please do not mail me too

      Comment

      Working...