Design Strongly typed object from XML

前端 未结 5 1567
Happy的楠姐
Happy的楠姐 2020-12-18 04:56

I have a couple of XML files that I need to work with, and I\'ve always used the XElement objects and pulled the data via the attribute name or the XElement\'s value.

<
5条回答
  •  一整个雨季
    2020-12-18 05:31

    If you're able to change the XML format to suit your needs, one way I know of is using WSDL.

提交回复
热议问题