且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

XML文件解析问题[已解决]

更新时间:2023-11-24 16:47:58

我刚刚意识到我的问题:

I have just realized my problem :
XmlNodeList nodes = xmlDocument.GetElementsByTagName("sc:Doc number");





因此更改为:



So after change to :

XmlNodeList nodes = xmlDocument.GetElementsByTagName("sc:Doc");





一切都像魅力一样



Everything works like charm