摘要:
一段开发中的实例代码: XmlDocument xmldoc = new XmlDocument(); xmldoc.Load(textBox1.Text); XmlNodeList nodelist; if (xmldoc.DocumentElement.Namespace... 阅读全文
posted @ 2007-06-22 10:24 鸡尾虾的壳 阅读(482) 评论(2) 推荐(0)
|
|
|
|
摘要:
一段开发中的实例代码: XmlDocument xmldoc = new XmlDocument(); xmldoc.Load(textBox1.Text); XmlNodeList nodelist; if (xmldoc.DocumentElement.Namespace... 阅读全文
posted @ 2007-06-22 10:24 鸡尾虾的壳 阅读(482) 评论(2) 推荐(0) |
|