
XML
文章平均质量分 79
smstone
这个作者很懒,什么都没留下…
展开
-
XmlNode.SelectNodes 方法 (String)
选择匹配 XPath 表达式的节点列表。[VisualBasic]Overloads Public Function SelectNodes( _ ByVal xpath As String _) As XmlNodeList[C#]public XmlNodeList SelectNodes( string xpath);[C++]public:转载 2006-04-07 16:33:00 · 17683 阅读 · 0 评论 -
vc6.0 下利用MSXML对xml文件的基本操作
1:#import "msxml4.dll" //加入导入库2:AfxOleInit(); //初始化com组件3:void OnCreate() { // TODO: Add your control notification handler code hereMSXML2::IXMLDOMDocumentPtr转载 2006-04-07 16:21:00 · 5412 阅读 · 1 评论