XSD.exe and “Circular Group references”

前端 未结 4 1011
暖寄归人
暖寄归人 2020-12-16 12:11

I am attempting to build some classes so that I can deserialise an XML file created by a third party application. Luckily the developer of the 3rd party application included

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-16 12:50

    The easiest method for me is to create the XSD file from the actual XML file with XSD.EXE. Then create a class from the new XSD file. You may be required to modify the class periodically if nodes or types are introduced that did not exist in the original XML but you will save yourself HOURS of coding time!!!!

提交回复
热议问题