<?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>Mon, 07 May 2012 10:20:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：我收藏的技术站点 &#124; 探索---不思</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-4772</link>
		<dc:creator>我收藏的技术站点 &#124; 探索---不思</dc:creator>
		<pubDate>Fri, 24 Feb 2012 00:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-4772</guid>
		<description>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：岭南六少 &#8211; 一朵在LAMP架构下挣扎的云 &#187; 我收藏的技术站点</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-4629</link>
		<dc:creator>岭南六少 &#8211; 一朵在LAMP架构下挣扎的云 &#187; 我收藏的技术站点</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-4629</guid>
		<description>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：小人物 &#187; [转]技术站点</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-4524</link>
		<dc:creator>小人物 &#187; [转]技术站点</dc:creator>
		<pubDate>Wed, 25 May 2011 03:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-4524</guid>
		<description>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在jQuery中利用AJAX加载XML数据并解析 _ 走走停停看看 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Shawphy</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-4399</link>
		<dc:creator>Shawphy</dc:creator>
		<pubDate>Mon, 18 Oct 2010 07:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-4399</guid>
		<description>嗯，多谢，已经修正了</description>
		<content:encoded><![CDATA[<p>嗯，多谢，已经修正了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ice</title>
		<link>http://shawphy.com/2008/01/load-xml-by-ajax-with-jquery-and-parse-it.html/comment-page-1#comment-4398</link>
		<dc:creator>ice</dc:creator>
		<pubDate>Mon, 18 Oct 2010 02:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=7#comment-4398</guid>
		<description>学习了
12行     var idvalue=$(this).children(&quot;id&quot;).text(); //取文本
变量名应该为 id_value</description>
		<content:encoded><![CDATA[<p>学习了<br />
12行     var idvalue=$(this).children(“id”).text(); //取文本<br />
变量名应该为 id_value</p>
]]></content:encoded>
	</item>
	<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>

