搜索资源列表
mxml_xercesc
- XML Parser written in C++ Using the Xerces-c lib-XML Parser written in C. Using the Xerces-c l ib
libroxml-2.1.1.tar
- 一个用于XML解析的轻量级XML语言解析器源代码。 可扩展标记语言(英语:eXtensible Markup Language,简称:XML),是一种标记语言。标记指计算机所能理解的信息符号,通过此种标记,计算机之间可以处理包含各种信息的文章等。 XML被广泛用来作为跨平台之间交互数据的形式,主要针对数据的内容,通过不同的格式化描述手段(XSLT,CSS等)可以完成最终的形式表达(生成对应的HTML,PDF或者其他的文件格式)。 -An xml parser,write in c。
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
Expat_2.0.1
- 开源的xml解析库,最近的关于使用expat的文章可以在xml.com网站找到。-Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory ar
c++_ParseXML
- These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building 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
sxmlc_4-2-1
- 这是用C语言写的一个轻量级的XML解析器。把绝大部分的功能都实现了,支持UNICODE编码和自定义Tags,适用于嵌入式系统的开发中。-Simple XML parser written in C, with limited XPath and Unicode support and customizable tags. Simple means that it does not implement all XML specifications, only the most widely u