Re: deserialize an attribute

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

    Re: deserialize an attribute

    Gabe Moothart wrote:
    How can I accomplish this?
    Use the xsd.exe tool to infer an XSD schema from your XML document, then
    in a second step use xsd.exe again to infer C# code from the schema
    document.
    The documentation of xsd.exe is here:
    <URL:http://msdn2.microsoft .com/en-us/library/x6c1kb0s(VS.80) .aspx>

    --

    Martin Honnen --- MVP XML

  • Gabe Moothart

    #2
    Re: deserialize an attribute

    Thanks, Martin. I was hoping to be able to do it without creating a
    custom type just for StatusCd, but I guess that's the only way.

    Gabe
    ----------------------
    The opinions expressed here are mine and not those of my employer

    Comment

    Working...