﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-nevinguo-文章分类-XML</title><link>http://www.cppblog.com/nevinguo/category/311.html</link><description /><language>zh-cn</language><lastBuildDate>Thu, 05 Jun 2008 04:37:11 GMT</lastBuildDate><pubDate>Thu, 05 Jun 2008 04:37:11 GMT</pubDate><ttl>60</ttl><item><title>Code project上XML解析器项目分析</title><link>http://www.cppblog.com/nevinguo/articles/1017.html</link><dc:creator>老锅</dc:creator><author>老锅</author><pubDate>Wed, 09 Nov 2005 09:25:00 GMT</pubDate><guid>http://www.cppblog.com/nevinguo/articles/1017.html</guid><wfw:comment>http://www.cppblog.com/nevinguo/comments/1017.html</wfw:comment><comments>http://www.cppblog.com/nevinguo/articles/1017.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/nevinguo/comments/commentRss/1017.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/nevinguo/services/trackbacks/1017.html</trackback:ping><description><![CDATA[<P>1 PugXML<BR>1.1 特点：<BR>　　除了标准的C库和&lt;iostream&gt;外，无须其它库。<BR>1.2 方法<BR>　　PugXML一次完成执行字串扫描，令牌分析，建立文档树的工作。其它的XML分析器一般是多次扫描，首先扫描得到令牌，然后建立文档树，再进行其它的一些工作。多次扫描的好处是实现简单，易于解决错误，然而，这也会导致实现庞大，速度缓慢。消除了初步扫描的步骤，程序快而简捷，但代码可读性差，要用好多goto语句。<BR>　　<BR>　</P><img src ="http://www.cppblog.com/nevinguo/aggbug/1017.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/nevinguo/" target="_blank">老锅</a> 2005-11-09 17:25 <a href="http://www.cppblog.com/nevinguo/articles/1017.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>