搜索资源列表
xerces-c-src1_6_0.tar.gz
- apache里使用的xml解析器
xerces-c-src_2.6.0
- XERCES C/C++ XML解析器源码,支持读写XML文件功能,unxi/linux下需要gcc3.2以上版本
xerces-c-current
- xerces-c xml解析器 支持dom解析和sax模式解析
ezxml.用C语言实现的XML解析库
- 用C语言实现的XML解析库,适合在嵌入式或非WINDOWS环境下使用,Using C language to resolve the XML database, suitable for use in embedded or non-WINDOWS environment
xmlparse
- XML解析源码,用C语音实现xml数据的编码和解析-XML parsing source code, using C language to achieve encoding and parsing xml data
C-XMLCode_BREW
- brew 平台xml解析,有做通讯接口的,可以借此一用,高人设计,非常经典-brew platform xml parsing, facilitate the development of
CSharpxml-decoder
- C# xml 解析 源码 sax C# xml 解析 源码 sax-C# xml decoder source code
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
61549802testxml_demo
- xml 解析的类和例子,xml 解析xml 解析的类和例子,xml 解析-xml parsing categories and examples, xml parsing xml analytic categories and examples, xml Analysis
xmlsource
- XML解析器,可以用于任何操作系统和编译器上-Are you tired of the many non-portable XML solutions around? Try my library. It works in any OS and in any compiler. No MFC, no COM, no global variables, Plain, pure C++!
XML
- 用DOM-MSXML实现解析xml文件,可以遍历整个xml文件,并将结果以树的形式显示出来,使xml文件的结构一目了然。-use DOM-MSXML to parse the xml file
markupclass_demo
- XML解析器,基于DOM的,很好用,标C的。-XML parser, based on DOM, and it just works.
mxml-1.3.tar
- minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是2.6,但是2.6版本过于庞大,不方便移植。-minixml are small xml parsing library, using C language, it is easy to put it ported to an embedded system. Source is minixml1.3 version, is a very
xmlParser
- xml解析程序,有例子程序。非常好用,linux,windows移植简单-prase xml。
parsexml
- XML解析..如何读取外部已存在的表格-XML parsing .. how to read the external table ..
__xmlParser
- XML解析类,轻巧、简单、易用(内含源码、示例程序以及文档说明)-This is a basic XML parser written in ANSI C++ for portability. It works by using recursion and a node tree for breaking down the elements of an XML document.
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
C-XML
- ANSI C 写的XML解析库,可以用来读写XML格式数据 -a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as d
xerces-c-3.1.4.tar
- xml解析器xerces-c-3.1.4.tar.gz压缩文件(XML parser xerces-c-3.1.4.tar.gz compressed file)
TinyXml
- 一个非常好用的 Xml 解析工具 , 更快 , 并且使用更少的内存分配 , 现在是所有开发的重点 , 经过良好的测试 , 是您的最佳选择 ;(A very good Xml parsing tool, faster, and less memory allocation, is now the focus of all development, and it's your best choice after a good test.)