搜索资源列表
libxml.tar
- c语言编写的xml解析器可以方便的遍历插入删除节点等操作的-c language xml parser can easily insert the delete node traversal operations, such as
tinyxml_2_3_4
- 实现C解析XML,支持跨平台,简单容易学习,满足常用的基本的XML解析应用-Analysis of XML to achieve C
TouchXml_Test
- Object-C软件开发中的xml解析-Object-C XML analysis
XMLTableDisplay
- 这是一个objective-c 写的从本地读取XML内容,将解析的内容在表格中显示。用到的解析库是 TouchXML,由于Xcode没有复杂的表格的控件,这个表格自己用代码实现。-This is an objective-c write from local read XML content, the content of the form will parse on display. The library is TouchXML used analytical, because no com
cppxml
- xml c++方法解析 用C++方法编写-the xml c++ method to analyze
tintDom
- c++使用tinyDom工具解析xml的demo-c++ use tinyDom tool to parse the xml demo
tinyxml
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树。-TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs.
xmlParser
- C++写的xml解析,可以满足一般的xml的读写-C++ write xml parsing
C_xml
- c 语言实现的解析XML格式的数据文件,对有用XML格式的文件存储数据并从中获取数据的程序员很有用!-A C code about how to parse data from a XML file.
wangbinds_XmlParser_master4
- 可以解析XML文件的C++程序,不要期望太多,但是真的不错-C++ program can parse XML documents, do not expect too much, but really good
xml
- 对开源的libxml2进行了封装扩展,使功能更加完善,可用于c c++ 编译中配置文件解析或校验 -xml parsing, libxml2 package
pugixml-1.4
- 跨平台的C++ XML解析库,效率很不错,推荐!-A cross-platform C++ XML parsing library with good efficacy.
SimpleXmlParser
- 用C语言写的xml解析文件,能够满足较为基本的应用。-xml parse files using C,it can satisfy the basic use.
tinyxml
- c++解析XML的简介代码,能否方便的XML解析和存取。-parse XML
SlimXml-0.43
- SlimXml是一个开源的,小巧实用的c++ Xml解析器,比流行的TinyXml还要小很多。 主要特性 支持多种编码的XML文件:ansi, utf-8, utf-8 no mark, utf-16, utf-16 big endian -prase xml file
mxml-2.9.tar
- Mini-XML是一个小型的开源的XML解析器,采用 C 语言开发。该解析器最大的特点就是小型、无须依赖其他类库,只需要 GCC 编译器 和 make 程序即可编译,支持 UTF-8/UTF-16 编码。-Mini-XML is a small open source XML parser, using C language development. The biggest feature is the small parser, without relying on other librari
RSxml
- 用C++实现的XML解析器,几年前在深圳一个小公司试用期时做的东西,花了一个星期,水平一般,给有兴趣的人提供点思路,其实再优化点细节,是可以实用的。基本使用双向链表和树实现的。开发平台是VC2010。-a XML parser which use VC++2010
XmlDemo
- 这是一个使用VC++开发的,用于解析XML文件的Demo程序,该程序实现了对XML文件的读写等功能。(This is a Demo program developed using VC++ and used to parse XML files. The program implements the functions of reading and writing XML files.)