<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kyle Rush &#187; jparse</title>
	<atom:link href="http://kylerush.net/tag/jparse/feed/" rel="self" type="application/rss+xml" />
	<link>http://kylerush.net</link>
	<description>Blog &#38; Portfolio of Kyle Rush</description>
	<lastBuildDate>Sat, 27 Feb 2010 03:58:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Interview on Open Voice about jParse</title>
		<link>http://kylerush.net/javascript/interview-open-voice-jparse/</link>
		<comments>http://kylerush.net/javascript/interview-open-voice-jparse/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:36:29 +0000</pubDate>
		<dc:creator>Kyle Rush</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jparse]]></category>
		<category><![CDATA[open voice]]></category>

		<guid isPermaLink="false">http://kylerush.net/?p=431</guid>
		<description><![CDATA[Schalk Neeling at <a href="http://openvoice.ossreleasefeed.com/">Open Voice</a> was kind enough to have me for an <a href="http://openvoice.ossreleasefeed.com/2009/11/kyle-rush-on-jparse-easy-xml-parsing-with-jquery/">interview</a> on <a href="http://jparse.kylerush.net">jParse</a>. We discussed what sets <a href="http://jparse.kylerush.net">jParse</a> apart from other XML parsing methods and jQuery plugins, how to use it, planned feature additions and more. <a href="http://openvoice.ossreleasefeed.com/2009/11/kyle-rush-on-jparse-easy-xml-parsing-with-jquery/">Read the interview here</a>.]]></description>
			<content:encoded><![CDATA[<p>Schalk Neeling at <a href="http://openvoice.ossreleasefeed.com/">Open Voice</a> was kind enough to have me for an <a href="http://openvoice.ossreleasefeed.com/2009/11/kyle-rush-on-jparse-easy-xml-parsing-with-jquery/">interview on jParse</a>. We discussed what sets <a href="http://jparse.kylerush.net">jParse</a> apart from other XML parsing methods and jQuery plugins, how to use it, planned feature additions and more. <a href="http://openvoice.ossreleasefeed.com/2009/11/kyle-rush-on-jparse-easy-xml-parsing-with-jquery/">Read the interview here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kylerush.net/javascript/interview-open-voice-jparse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jParse: Easily Parse XML with jQuery</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/</link>
		<comments>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:24:30 +0000</pubDate>
		<dc:creator>Kyle Rush</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jparse]]></category>

		<guid isPermaLink="false">http://kylerush.net/?p=416</guid>
		<description><![CDATA[Today I launched the site of a jQuery plugin that I've been working on called <a href="http://jparse.kylerush.net">jParse</a>. The plugin allows you to easily parse XML that has been fetched with an Ajax request. The plugin works off of jQuery's <a href="http://docs.jquery.com/Ajax/jQuery.ajax#options">ajax method</a>, so all of the same options are available. In terms of parsing, the plugin gives you a few options: Custom Output, Limit, Count of Items and the ability to run functions before and after <a href="http://jparse.kylerush.net">jParse</a> is finished.]]></description>
			<content:encoded><![CDATA[<p>Today I launched the site of a jQuery plugin that I&#8217;ve been working on called <a href="http://jparse.kylerush.net">jParse</a>. The plugin allows you to easily parse XML that has been fetched with an Ajax request. The plugin works off of jQuery&#8217;s <a href="http://docs.jquery.com/Ajax/jQuery.ajax#options">ajax method</a>, so all of the same options are available. In terms of parsing, the plugin gives you a few options: Custom Output, Limit, Count of Items and the ability to run functions before and after <a href="http://jparse.kylerush.net">jParse</a> is finished.</p>
<div id="entries-cont" style="margin: 20 0; background: #F0F0F0; padding: 15px;">
<h3>jParse Demo:</h3>
<p>The following is populated by jParse from the main RSS feed of this site.</p>
<div id="entries-inner-cont"></div>
<p><!--/#entries-inner-cont-->
</div>
<p><!--/#entries-cont--></p>
]]></content:encoded>
			<wfw:commentRss>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
