blog

枪手亨利

博客园 首页 新随笔 联系 订阅 管理
  193 Posts :: 465 Stories :: 161 Comments :: 0 Trackbacks

XML

摘要: 不错,看看人家老外的文章,五星
Assumptions About the Reader
This article assumes that you are familiar with the basics of what XML is and what it can be used for. If you are new to XML, I would suggest reading one of the many fine tutorials on the subject first and then returning to this document.
Introducing the XML Document Object Model (DOM)
The XML Document Object Model, or DOM, is a very powerful and robust programmatic interface that not only enables you to programatically load and parse阅读全文
posted @ 2005-11-11 11:58 henry 阅读(314) | 评论 (0) 编辑

posted @ 2005-11-11 11:31 henry 阅读(169) | 评论 (0) 编辑

posted @ 2005-11-11 10:51 henry 阅读(910) | 评论 (0) 编辑

摘要: CoInitialize(NULL);
IXMLDOMDocumentPtr domPtr;
IXMLDOMNodePtr nodePtr;
IXMLDOMNodeList listPtr;
阅读全文
posted @ 2005-11-11 10:49 henry 阅读(1645) | 评论 (0) 编辑

摘要: 这里是操作xml的具体例程。第一个是一个操作xml的类,第二个是另外一段代码阅读全文
posted @ 2005-11-10 19:38 henry 阅读(6940) | 评论 (2) 编辑

摘要: 描述了操作xml文档的方法,这里面有msxml的具体例程阅读全文
posted @ 2005-11-10 19:33 henry 阅读(1003) | 评论 (0) 编辑

posted @ 2005-11-05 13:13 henry 阅读(155) | 评论 (0) 编辑

posted @ 2005-10-25 22:38 henry 阅读(272) | 评论 (0) 编辑