<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：在jQuery中利用AJAX加载XML数据并解析</title>
	<atom:link href="http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html</link>
	<description>关注HTML,CSS,JavaScript,jQuery等前端开发</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：读jQuery基础教程时的需要注意的1.1和1.2版的差别 &#124; 走走停停看看</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-70</link>
		<dc:creator>读jQuery基础教程时的需要注意的1.1和1.2版的差别 &#124; 走走停停看看</dc:creator>
		<pubDate>Thu, 10 Jul 2008 12:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-70</guid>
		<description>[...] 已知的重大变更是： （1），1.2以后中属性选择器均不需要@，但依然兼容1.1的选择器。 （2），第一章里提到了XPath选择符在1.2中因为不常用且影响效率而取消了，如需使用则需要兼容1.1中的XPath插件（http://plugins.jquery.com/project/xpath），同样第六章和第九章涉及XML解析等也无法使用XPath语法了。关于更多xml解析的问题，可以看http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html （3），第五章，关于clone(false)的描述，在1.2中，已经整合了复制绑定事件的插件了，即增加了clone(true)功能用于连同元素绑定的事件一起复制。而取消了clone(false)这个只复制元素而不复制内容的方法。读者需要注意。可以用.clone().empty()代替。 （4），第七章中部分地方使用了已被废弃的gt()和lt()方法。可以使用slice代替，或者用:gt和:lt选择符代替。具体请参考文档。 （5），第十章，流行插件中，由于Dimensions插件过于流行，已经被整合进jQuery，所以你无需再另行导入。而Interface插件也已经更新换代，又官方重新编写后改名为jQuery UI。（http://ui.jquery.com） [...]</description>
		<content:encoded><![CDATA[<p>[...] 已知的重大变更是： （1），1.2以后中属性选择器均不需要@，但依然兼容1.1的选择器。 （2），第一章里提到了XPath选择符在1.2中因为不常用且影响效率而取消了，如需使用则需要兼容1.1中的XPath插件（http://plugins.jquery.com/project/xpath），同样第六章和第九章涉及XML解析等也无法使用XPath语法了。关于更多xml解析的问题，可以看http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html （3），第五章，关于clone(false)的描述，在1.2中，已经整合了复制绑定事件的插件了，即增加了clone(true)功能用于连同元素绑定的事件一起复制。而取消了clone(false)这个只复制元素而不复制内容的方法。读者需要注意。可以用.clone().empty()代替。 （4），第七章中部分地方使用了已被废弃的gt()和lt()方法。可以使用slice代替，或者用:gt和:lt选择符代替。具体请参考文档。 （5），第十章，流行插件中，由于Dimensions插件过于流行，已经被整合进jQuery，所以你无需再另行导入。而Interface插件也已经更新换代，又官方重新编写后改名为jQuery UI。（http://ui.jquery.com） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：cssrain</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-3</link>
		<dc:creator>cssrain</dc:creator>
		<pubDate>Sat, 19 Jan 2008 05:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-3</guid>
		<description>恩，转了。</description>
		<content:encoded><![CDATA[<p>恩，转了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
