搜索资源列表
XMLLoad
- 通过VC6.0+MSXML4加载XML文件,显示为树型格式-VC6.0 MSXML4 by loading XML documents, to format tree
xmlctrltree
- 一个很好用的xml树,用vc6实现,效率还是不错的,可以从xml文件解析内容,是一个DOM解析器。文件主要有:PersistentTreeCtrl.cpp test.xml XMLFile.cpp SLT.c-a good use of xml tree, with vc6 achieve efficiency or good. xml documents from the analytical content, is a DOM parser. The documents are
pbDefense
- 一个用VC实现对XML编译的源码。在VC6中开发。MSXML为4.0版,在微软网上可以下到,是免费的。有问题联系nomygod163@163.com-VC with a pair of XML compiler source code. In VC6 developed. MSXML version 4.0 of the Microsoft Internet can make to be free. Problems associated nomygod163@163.com
testfreepool_demo
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -This paper presents a group can be used to create dynam
xml1_demo
- Very fast parser for parsing XML files. It is template based and writen in C++. Tested for VC6 and VC7. The parsing is handeled by one class. Working with the class is very easy, but the internal code is complicated. Demo, helpfile and sourc
CMarkUp
- VC6。0很方便解析XML文件的类CMarkup。
ReadXML.rar
- VC 6.0下读取XML文档的例子 API + SDK程序 没有使用MFC,VC 6.0 under the example of reading XML documents API+ SDK procedure does not use MFC
ctreectrl_xml
- 读出XML文件并且用树形目录形式显示在对话框CTreeCtrl控件中.源代码来自他人,我把它转换到了VC6.0环境下,并且删除了一个提示消息,希望可以提供更多的便利.谢谢原作者-Read XML files and directories with the tree displayed in the dialog box CTreeCtrl control. The source code from the others, I see it converted to the VC6.0 envi
xml_edit
- xml_edit:VC++实现的一个备忘录xml文件编译工具,可以编辑并保存xml文件。运行环境:VC6.0,Windows XP,并安装微软msxml.msi 4.0。 -xml_edit: VC++ achieve a memorandum of xml file compiler tools, you can edit and save xml file. Operating Environment: VC6.0, Windows XP, and install Microsoft m
xml
- xml解析vc源代码。在vc6.0++编程读取XML文件-xml parsing vc source code. In vc6.0++ programmer to read XML files
Xml
- 这是一个用VC6。0写的对XML解析的一个小应用程序,可以用来学习XML的方法和原理-This is a use VC6. 0 written to the XML parsing of a small application that can be used to study the methods and principles of XML
ekhtml_for_win-vc6
- ekhtml是一个非常简单的html解析库,不但可以解析html而且对于xml也有一定的解析效果,SAX实现,C编写。这个是移植到VC6上的源码-ekhtml is a very simple html parsing library, not only for parsing html and xml parsing has some effect, SAX achieved, C write
RWXML
- XML VC6.0 XML file related operations, VC read and write XML documents, the establishment of a Dialog-based MFC project in
XML-VC6.0
- 用VC6.0解析XML文本,适合于初级学员-VC6.0 parse XML text suitable for primary students
xml-20120928
- vc6.0下对xml的解析方面的源码学习,供各位参考学习。-vc6.0 xml parsing source under study for reference learning.
xml
- 针对XML文件操作的例程,使用tinyxml组件,devcpp编译通过的,可以用vc6等简单修改使用。-Routine operation for XML files, use tinyxml components, devcpp compiled by, you can use vc6 simple modification to use.
XML
- 对tinyxml进行了封装,让处理xml文件更加方便快捷,封装了GetRootElement、GetChildElement、GetElementAttributeValue等常用函数。开发环境为VC6.0,里面包含一个demo,可以直接运行。-Package of tinyxml processing xml files more convenient package GetRootElement, GetChildElement, GetElementAttributeValue commo
read-xml-in-vc6
- 读取XML文件,在VC中.如何用vc创建和读取xml文件-READ XML IN VC
tinyXML2-vc6-ok
- 一个精简的xml解析库:tinyXML2, 官网只提供vc2010平台以上才能编译, 我花了很大功夫才移植到vc6.0下的, 测试完全通过, 没有任何内存泄漏(A streamlined XML parsing library: tinyXML2, the official website only provides more than vc2010 platform to compile, I spent a lot of effort to transplant to VC6.0, the
rapidxml_vc6
- rapidxml在vc6.0下运行,已测试通过可用。apidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp