IBM的解析xml的工具Xerces的源代码
上传时间: 2014-01-21
上传用户:qunquan
Xerces 学习过程中遇到很多问题,在这些例子可以参考学习
上传时间: 2013-12-22
上传用户:zhaiyanzhong
Xerces文件解析示例,能够解析所有类型的xml文件
上传时间: 2013-12-24
上传用户:change0329
Xerces-C++是目前广泛使用的XML解析器,在利用它编写XML应用以处理包含中文字符的XML文档时会出现字符编码错误,如何正确解决这个问题,对于我们开发XML的应用程序非常有用。本文给出了正确处理的方法和实现类的代码,希望能对大家有所帮助。
上传时间: 2014-12-04
上传用户:虫虫虫虫虫虫
Xerces C++ 实现显示XML内容的功能
上传时间: 2013-12-07
上传用户:shinesyh
Xerces-C++应用实例,或许对你在这方面的编成有帮助。
上传时间: 2013-12-25
上传用户:开怀常笑
JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of this editor is to offer some features (tree view, drag & drop, syntax colorizing) to create XML documents easily. Also available as Eclipse Plugin.
标签: Java JXMLEditor developed editor
上传时间: 2013-11-30
上传用户:水口鸿胜电器
.修改kspublib.jar文件中DBConfig.xml,将数据库配置为自己的数据库。 2.将optiontree.jar,kspublib.jar(需要xml解析器Xerces.jar)拷贝到应用的web-inf/lib目录下
上传时间: 2014-01-05
上传用户:cjl42111
XML 解释器(字符串变量): 通常的XML解释,可能用Xerces,但这些解释器只能针对流(Stream),可以读取网络、文件的字符流进行解释,但是不能对内存中的字符串进行解释XML节点。 本代码可以解决这个问题,而且可以支持UTF8、UTF16LE、UTF16BE等字符集。
上传时间: 2014-01-16
上传用户:541657925
C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML standards into C++. As a developer,this is a book you cannot miss. C++ XML addresses all major standards,toolkits,and types of applications dealing with XML as a format for representing and exchanging data,as well as XML behavior,from a C++ standpoint. It explains the implementation of applications and reusuable frameworks for all major XML purposes exclusively using C/C++ parsers and toolkits, such as expat,Xerces,Xalan,libxml2,and Microsoft’s MSXML.
标签: complexities exclusively integrating XML
上传时间: 2014-03-11
上传用户:zhaiyanzhong