开发者

XmlDocument Helper methods

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜