<?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>Urbano&#039;s Blog &#187; AJAX</title>
	<atom:link href="http://urbanoalvarez.es/blog/category/programming/ajax-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbanoalvarez.es/blog</link>
	<description>Words from Alejandro U. Alvarez</description>
	<lastBuildDate>Wed, 19 Jan 2011 20:29:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Extract HTML from XML in a jQuery AJAX request</title>
		<link>http://urbanoalvarez.es/blog/2010/05/25/extract-html-from-xml-in-a-jquery-ajax-request/</link>
		<comments>http://urbanoalvarez.es/blog/2010/05/25/extract-html-from-xml-in-a-jquery-ajax-request/#comments</comments>
		<pubDate>Tue, 25 May 2010 17:19:27 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://urbanoalvarez.es/blog/?p=474</guid>
		<description><![CDATA[This is a bit tricky when you are parsing XML with jQuery. As you will realize, all HTML passed is ignored, and only the text is displayed. I have seen many people do this, which unfortunately won't work! $&#40;xml&#41;.find&#40;'element'&#41;.each&#40;function&#40;&#41;&#123; if&#40;$&#40;this&#41;.text&#40;&#41; &#60; 0&#41;&#123; alert&#40;$&#40;this&#41;.text&#40;&#41;&#41; &#125; &#125;&#41;; Now this will throw an error, you can't take HTML [...]]]></description>
		<wfw:commentRss>http://urbanoalvarez.es/blog/2010/05/25/extract-html-from-xml-in-a-jquery-ajax-request/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.401 seconds -->

