<?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: jParse: Easily Parse XML with jQuery</title>
	<atom:link href="http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/</link>
	<description>Blog &#38; Portfolio of Kyle Rush</description>
	<lastBuildDate>Tue, 29 Jun 2010 16:24:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kyle Rush</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-333</link>
		<dc:creator>Kyle Rush</dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-333</guid>
		<description>Hi Gary. Thanks for the feedback. I really appreciate it. 
 
The parentElement must&#039;ve slipped by me when I was documenting the options. I&#039;ll get that documented on the usage page when I get the chance. Thanks for pointing that out. 
 
Can you link me to your XML page so that I can take a look at the entire document? Thanks. </description>
		<content:encoded><![CDATA[<p>Hi Gary. Thanks for the feedback. I really appreciate it. </p>
<p>The parentElement must&#39;ve slipped by me when I was documenting the options. I&#39;ll get that documented on the usage page when I get the chance. Thanks for pointing that out. </p>
<p>Can you link me to your XML page so that I can take a look at the entire document? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garystafford</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-334</link>
		<dc:creator>garystafford</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-334</guid>
		<description>Thanks, Kyle. Here&#039;s a link: &lt;a href=&quot;http:\/\/altweb.lazerinc.com\/transfer\/papers.xml&quot; target=&quot;_blank&quot;&gt;Papers&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Thanks, Kyle. Here&#039;s a link: <a href="http:\/\/altweb.lazerinc.com\/transfer\/papers.xml" target="_blank">Papers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garystafford</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-335</link>
		<dc:creator>garystafford</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-335</guid>
		<description>Thanks, Kyle. Here&#039;s a link: &lt;a href=&quot;http:\/\/altweb.lazerinc.com\/transfer\/papers.xml&quot; target=&quot;_blank&quot;&gt;Papers&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Thanks, Kyle. Here&#039;s a link: <a href="http:\/\/altweb.lazerinc.com\/transfer\/papers.xml" target="_blank">Papers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garystafford</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-336</link>
		<dc:creator>garystafford</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-336</guid>
		<description>Thanks, Kyle. Here&#039;s a link: &lt;a href=&quot;http:\/\/altweb.lazerinc.com\/transfer\/papers.xml&quot; target=&quot;_blank&quot;&gt;Papers&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Thanks, Kyle. Here&#039;s a link: <a href="http:\/\/altweb.lazerinc.com\/transfer\/papers.xml" target="_blank">Papers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garystafford</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-332</link>
		<dc:creator>garystafford</dc:creator>
		<pubDate>Wed, 24 Mar 2010 16:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-332</guid>
		<description>Kyle - Great plug-in! Thank you. One suggestion and a question. Suggestion, it took me a while to figure out the parentElement: &#039;item&#039; default option in your script and that I could change that option on the page. I suggest adding that to your usage page as an available option. It&#039;s key to everything working correctly. And a question, is there a way to make XML in the following format list all papers and options correctly. I haven&#039;t been able to make it work using a combination of attr and parentElement options. Papers is the top-level parent node and the child nodes are each type of paper in my web-to-print application. 
 
&lt;papers&gt; 
  &lt;paper id=&quot;PLPP&quot; cost=&quot;0.022&quot; title=&quot;Epson Premium Luster Photo Paper&quot; /&gt; 
  &lt;paper id=&quot;CRPP&quot; cost=&quot;0.030&quot; title=&quot;Canson Rag Photographique Fine Art Paper&quot; /&gt; 
  &lt;paper id=&quot;TFAP&quot; cost=&quot;0.030&quot; title=&quot;Epson Textured Fine Art Paper by Crane&quot; /&gt; 
&lt;/papers&gt; </description>
		<content:encoded><![CDATA[<p>Kyle &#8211; Great plug-in! Thank you. One suggestion and a question. Suggestion, it took me a while to figure out the parentElement: &#039;item&#039; default option in your script and that I could change that option on the page. I suggest adding that to your usage page as an available option. It&#039;s key to everything working correctly. And a question, is there a way to make XML in the following format list all papers and options correctly. I haven&#039;t been able to make it work using a combination of attr and parentElement options. Papers is the top-level parent node and the child nodes are each type of paper in my web-to-print application. </p>
<p>&lt;papers&gt;<br />
  &lt;paper id=&quot;PLPP&quot; cost=&quot;0.022&quot; title=&quot;Epson Premium Luster Photo Paper&quot; /&gt;<br />
  &lt;paper id=&quot;CRPP&quot; cost=&quot;0.030&quot; title=&quot;Canson Rag Photographique Fine Art Paper&quot; /&gt;<br />
  &lt;paper id=&quot;TFAP&quot; cost=&quot;0.030&quot; title=&quot;Epson Textured Fine Art Paper by Crane&quot; /&gt;<br />
&lt;/papers&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-210</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-210</guid>
		<description>You can ignore my last post, i figured it out, and actually what was causing me some problems is around line 130 in the jparse script file, i was getting a console error, i just commented it out and i am all good now. </description>
		<content:encoded><![CDATA[<p>You can ignore my last post, i figured it out, and actually what was causing me some problems is around line 130 in the jparse script file, i was getting a console error, i just commented it out and i am all good now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-209</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-209</guid>
		<description>Do you have an example of  using the attr option? i am trying to pull a value of a tag that contains my url to a podcast.  i have set it as  
 
attr: [{elem: &#039;enclosure&#039;, attr: &#039;url&#039;}] 
 
but i can&#039;t seem to get it to pull the value, actually i can&#039;t get it to pull any values. example of the XML 
 
&lt;enclosure url=&#039;http://something.com/podcast233.mp3&#039; length=&#039;13051569&#039; type=&#039;audio/mpeg&#039;/&gt; 
 </description>
		<content:encoded><![CDATA[<p>Do you have an example of  using the attr option? i am trying to pull a value of a tag that contains my url to a podcast.  i have set it as  </p>
<p>attr: [{elem: &#039;enclosure&#039;, attr: &#039;url&#039;}] </p>
<p>but i can&#039;t seem to get it to pull the value, actually i can&#039;t get it to pull any values. example of the XML </p>
<p>&lt;enclosure url=&#039;http://something.com/podcast233.mp3&#039; length=&#039;13051569&#039; type=&#039;audio/mpeg&#039;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kylerush</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-207</link>
		<dc:creator>kylerush</dc:creator>
		<pubDate>Sat, 09 Jan 2010 14:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-207</guid>
		<description>i don&#039;t see why not. jparse is built so that it can easily parse xml nodes with namespaces. so if you want to pull the username, the elementTag option for jParse would look like this:  
  
elementTag: [&#039;ns3:userName&#039;]  
  
see the &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;jparse usage page&lt;/a&gt; for more.  </description>
		<content:encoded><![CDATA[<p>i don&#039;t see why not. jparse is built so that it can easily parse xml nodes with namespaces. so if you want to pull the username, the elementTag option for jParse would look like this:  </p>
<p>elementTag: [&#039;ns3:userName&#039;]  </p>
<p>see the <a href="" target="_blank">jparse usage page</a> for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @mangopudding</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-206</link>
		<dc:creator>@mangopudding</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-206</guid>
		<description>Can it parse xml like this? &lt;a href=&quot;http://bit.ly/90Kvwy&quot; target=&quot;_blank&quot;&gt;http://bit.ly/90Kvwy&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Can it parse xml like this? <a href="http://bit.ly/90Kvwy" target="_blank">http://bit.ly/90Kvwy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kylerush</title>
		<link>http://kylerush.net/uncategorized/introducing-jparse-jquery-plugin-parse-xml/comment-page-1/#comment-202</link>
		<dc:creator>kylerush</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://kylerush.net/?p=416#comment-202</guid>
		<description>hi sergey,  
  
i&#039;ve released a few &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;updated versions&lt;/a&gt; of &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;jparse&lt;/a&gt; that may help you. please take a look.  </description>
		<content:encoded><![CDATA[<p>hi sergey,  </p>
<p>i&#039;ve released a few <a href="" target="_blank">updated versions</a> of <a href="" target="_blank">jparse</a> that may help you. please take a look.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
