搜索资源列表
xml
- vc++ 下, 不用微软的com 也可以解析xml , 这个就是一个非常小的xml 解析器。
TinyXML2.5.3
- 小巧的XML解析器,源代码为C++. 非常容易集成到项目中。
xml文件解析器
- xml文件解析器,解析xml各字段;
小型XML解析器,很好用的一个代码
- 小型XML解析器,很好用的一个代码。 ,Small XML parser, a code used in very good.
expatXmlParser.rar
- 可在VXWORKS上运行的XML解析器源代码.,XML parser source code for vxworks.
mxml
- mini xml。适合嵌入式开发环境的xml解析器。带mips平台的补丁。-mini xml. for embedded xml parser. with a patch for Mips platform.
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
Xerces-J-src.2.0.0.beta4.tar
- apache里使用的xml解析器Java版本-Xml parser which is used in apache and written in Java
Markup73
- XML解析器 MarkUp7.3版本源码-XML parser version MarkUp7.3 source
xml_parser_test
- 简单的xml解析器,并提供了测试文件及测试代码。-Simple xml parser, and provides test documentation and test code.
xml
- 通过DOM和SAX解析器,对XML文档进行解析。通过文档所在路径,读取xml文档,并显示相应结果-Through the DOM and SAX parser to parse XML documents. Where the path through the documents, read the xml document, and display the corresponding results
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
- j2me 上的微型解析器。节约内存。并附应用。-j2me on the micro-parser. Saving memory. With the application.
XMLchaxunyuju
- SAX是Simple API for XML的缩写,它并不是由W3C官方所提出的标准,可以说是“民间”的事实标准。实际上,它是一种社区性质的讨论产物。-虽然如此,在XML中对SAX的应用丝毫不比DOM少,几乎所有的XML解析器都会支持它
Pb_xml
- PB操作xml 你必须安装: 微软的Internet Explorer 5.0 (及更高版本) Microsoft XML分析器3.0 ( msxml3sp1.exe ) Sybase的PowerBuilder的8.0 安装。 1 。档案解压缩到如。 ç : \实例\ pb8 \的XML 2 。打开工作pb_xml.pbw 3 。打开窗户w_pbxml_sheet1和commandbuttons
markupclass_demo
- XML解析器,基于DOM的,很好用,标C的。-XML parser, based on DOM, and it just works.
dmenuxml
- MTK平台xml解析器,用起来还是不错的,可以-MTK platform, xml parser, using them is still good, you can try
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
xml2
- xml解析器 能解析xml文件 mac os上的应用程序-xml parser
ParserXM
- 一个简单的XML解析器源码,适合移植到嵌入式平台使用。(A simple xml decoder.)