以文本方式查看主题

-  W3CHINA.ORG讨论区 - 语义网·描述逻辑·本体·RDF·OWL  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  [易用]C++的XML文档处理操作类源代码及示例  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=71940)


--  作者:zilong8599
--  发布时间:2/13/2009 11:32:00 PM

--  [易用]C++的XML文档处理操作类源代码及示例
<script type="text/javascript"><!--
google_ad_client = "pub-6194254718605681";
/* 468x60, 创建于 09-2-12 */
google_ad_slot = "2006243439";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


Often times you don't want to invest in learning a complex XML tool to implement a little bit of XML processing in your application. Its SO Easy! Just add Markup.cpp and Markup.h to your Visual C++ MFC project, #include "Markup.h", and begin using it. There are no other dependencies. Features * Light: one small class that maintains one single document string with a simple array of indexes * Fast: the parser builds the index array in one quick pass * Simple: EDOM methods make it ridiculously easy to create or process XML strings * Independent: compiles into your program without requiring MSXML or any tokenizer * UNICODE: can be compiled for UNICODE for Windows CE and NT/XP platforms (define _UNICODE) * UTF-8: when not in UNICODE or MBCS builds, it works with UTF-8, ASCII, or Windows extended sets * MBCS: can be compiled for Windows double-byte character sets such as Chinese GB2312 (define _MBCS)
XML class for processing and building simple XML documents


--  作者:wqcelery
--  发布时间:3/24/2009 9:53:00 AM

--  
怎么不能下啊?

W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
34.180ms