<?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>Comments on: Ajaxian Featured Tutorial: Parsing XML with jQuery</title>
	<atom:link href="http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bloggingdev</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-276622</link>
		<dc:creator>bloggingdev</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-276622</guid>
		<description>Here is a new Jquery plugin for parsing XML with Javascript/jQuery - &lt;a href=&quot;http://www.bloggingdeveloper.com/post/Parse-XML-with-Javascript-jParse-jQuery-Plugin-for-Parsing-XML.aspx&quot; title=&quot;Parse XML with Javascript - jParse: jQuery Plugin for Parsing XML&quot; rel=&quot;nofollow&quot;&gt;Parse XML with Javascript - jParse: jQuery Plugin for Parsing XML&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here is a new Jquery plugin for parsing XML with Javascript/jQuery &#8211; <a href="http://www.bloggingdeveloper.com/post/Parse-XML-with-Javascript-jParse-jQuery-Plugin-for-Parsing-XML.aspx" title="Parse XML with Javascript - jParse: jQuery Plugin for Parsing XML" rel="nofollow">Parse XML with Javascript &#8211; jParse: jQuery Plugin for Parsing XML</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: legacye</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-271692</link>
		<dc:creator>legacye</dc:creator>
		<pubDate>Sat, 28 Feb 2009 11:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-271692</guid>
		<description>We recently had to parse RSS feeds from mySpace using nothing more than jQuery and we found a slightly quicker solution - jFeed. I would definitely recommend checking it out. As for our widget, you&#039;re all free to grab the sources to see how we tackled the problem:

http://blarnee.com/wp/myspace-blog-reader-widget-using-jquery-ajax-and-greybox/</description>
		<content:encoded><![CDATA[<p>We recently had to parse RSS feeds from mySpace using nothing more than jQuery and we found a slightly quicker solution &#8211; jFeed. I would definitely recommend checking it out. As for our widget, you&#8217;re all free to grab the sources to see how we tackled the problem:</p>
<p><a href="http://blarnee.com/wp/myspace-blog-reader-widget-using-jquery-ajax-and-greybox/" rel="nofollow">http://blarnee.com/wp/myspace-blog-reader-widget-using-jquery-ajax-and-greybox/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256244</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 29 Sep 2007 14:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256244</guid>
		<description>@Kevin - Those are some great points. Let&#039;s face it, XML isn&#039;t going anywhere anytime soon, so having both tricks in the bag is only going to make you a better programmer. 

With that being said, check back on the site on Tuesday, October 2, and you will find a nice surprise.</description>
		<content:encoded><![CDATA[<p>@Kevin &#8211; Those are some great points. Let&#8217;s face it, XML isn&#8217;t going anywhere anytime soon, so having both tricks in the bag is only going to make you a better programmer. </p>
<p>With that being said, check back on the site on Tuesday, October 2, and you will find a nice surprise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Miller</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256227</link>
		<dc:creator>Kevin Miller</dc:creator>
		<pubDate>Sat, 29 Sep 2007 00:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256227</guid>
		<description>JSON is all well and nice but this kind of thing can be handy for a slew of front end widgets.   For example, parsing an rss feed into a page on demand.   Even more to the point they are pretty much the same, the only difference is that JSON is much easier to play with on the client side end, while you actually have to know how to program to parse XML and use it in the client side.   All points aside however, anyone who has worked with the web longer than the average fan boy knows this - technologies do not disappear and more often than not, that sweet high paying job will force you to use them.   Good job in the script man, I&#039;m a prototype man myself but jQuery is def my number 2 :)</description>
		<content:encoded><![CDATA[<p>JSON is all well and nice but this kind of thing can be handy for a slew of front end widgets.   For example, parsing an rss feed into a page on demand.   Even more to the point they are pretty much the same, the only difference is that JSON is much easier to play with on the client side end, while you actually have to know how to program to parse XML and use it in the client side.   All points aside however, anyone who has worked with the web longer than the average fan boy knows this &#8211; technologies do not disappear and more often than not, that sweet high paying job will force you to use them.   Good job in the script man, I&#8217;m a prototype man myself but jQuery is def my number 2 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Holton</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256175</link>
		<dc:creator>Mark Holton</dc:creator>
		<pubDate>Fri, 28 Sep 2007 07:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256175</guid>
		<description>JSON is King, indeed.   ....good to know about this tho</description>
		<content:encoded><![CDATA[<p>JSON is King, indeed.   &#8230;.good to know about this tho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marat Denenberg</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256151</link>
		<dc:creator>Marat Denenberg</dc:creator>
		<pubDate>Thu, 27 Sep 2007 18:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256151</guid>
		<description>@cocotapioca - It would be more accurate to say we don&#039;t want it ... sometimes life forces it on you (and by life, I mean other people who don&#039;t know better).</description>
		<content:encoded><![CDATA[<p>@cocotapioca &#8211; It would be more accurate to say we don&#8217;t want it &#8230; sometimes life forces it on you (and by life, I mean other people who don&#8217;t know better).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256145</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 27 Sep 2007 17:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256145</guid>
		<description>Rey, you are too good to me man. Thanks again for the link. I hope the Ajaxian crowd enjoys the tutorial. I just can&#039;t get enough of jQuery :)</description>
		<content:encoded><![CDATA[<p>Rey, you are too good to me man. Thanks again for the link. I hope the Ajaxian crowd enjoys the tutorial. I just can&#8217;t get enough of jQuery :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocotapioca</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256142</link>
		<dc:creator>cocotapioca</dc:creator>
		<pubDate>Thu, 27 Sep 2007 17:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256142</guid>
		<description>shitty XML , we dont need it</description>
		<content:encoded><![CDATA[<p>shitty XML , we dont need it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setti</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256131</link>
		<dc:creator>Setti</dc:creator>
		<pubDate>Thu, 27 Sep 2007 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256131</guid>
		<description>horrified! JSON rules!</description>
		<content:encoded><![CDATA[<p>horrified! JSON rules!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://ajaxian.com/archives/ajaxian-featured-tutorial-parsing-xml-with-jquery/comment-page-1#comment-256129</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Thu, 27 Sep 2007 13:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2824#comment-256129</guid>
		<description>For those who don&#039;t use jQuery, this fucntion should help... http://www.openjs.com/scripts/xml_parser/</description>
		<content:encoded><![CDATA[<p>For those who don&#8217;t use jQuery, this fucntion should help&#8230; <a href="http://www.openjs.com/scripts/xml_parser/" rel="nofollow">http://www.openjs.com/scripts/xml_parser/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

