开发者

XmlDocument Helper methods

开发者 https://www.devze.com 2022-12-10 05:46 出处:网络
I\'m having to use .NET 2.0 so can\'t use any of the nice XDocument stuff. I\'m wondering if anyone has seen any helper/utility methods that still use XmlDocument but make xml creatio开发者_开发百科n

I'm having to use .NET 2.0 so can't use any of the nice XDocument stuff.

I'm wondering if anyone has seen any helper/utility methods that still use XmlDocument but make xml creatio开发者_开发百科n a bit less tedious?


You could look at the XmlHandler class in Pluto.

It uses XmlDocument internally, but allows very simple reading and writing of values, including handling arrays, classes, etc, with reading and writing to specific locations via XPath queries.

0

精彩评论

暂无评论...
验证码 换一张
取 消