blog

枪手亨利

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  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 阅读(500) 评论(0) 推荐(0)

摘要:Q:How to read attribute from a tag-------------------------------------------------------------------------------- 2000 Convertible 60,000 420 18.5 test mod... 阅读全文
posted @ 2005-11-11 11:31 henry 阅读(371) 评论(0) 推荐(0)

摘要:具体可以参考:// XMLNodeExerciser.cpp//// Locates a specific XML node in an XML document and inserts// a new child node, with an attribute, therein.//#include #include #include void main(){ // Start COM CoI... 阅读全文
posted @ 2005-11-11 10:51 henry 阅读(1586) 评论(0) 推荐(0)

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

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

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

摘要:XML越来越热20051105 阅读全文
posted @ 2005-11-05 13:13 henry 阅读(317) 评论(0) 推荐(0)

摘要:XML入门精解之结构与语法 (作者:廖家序 2000年12月13日 13:04) ■创建XML文件的工具 XML文件和HTML文件一样,实际上是一个文本文件。显然大家立刻就会明白,创建XML文件最普通的工具和HTML一样,就是“记事本”了。除了“记事本”之外,当然还有一些更加方便的工具,如XML Notepad、XML Pro、CLIP!XML Editor等,这些工具的一大特点是:... 阅读全文
posted @ 2005-10-25 22:38 henry 阅读(489) 评论(0) 推荐(0)