<?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; XML</title>
	<atom:link href="http://urbanoalvarez.es/blog/category/programming/xml/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>
		<item>
		<title>Writing a good sitemap.xml file for google</title>
		<link>http://urbanoalvarez.es/blog/2008/03/20/writing-a-good-sitemapxml-file-for-google/</link>
		<comments>http://urbanoalvarez.es/blog/2008/03/20/writing-a-good-sitemapxml-file-for-google/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:02:51 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web-related]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[compliant]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/20/writing-a-good-sitemapxml-file-for-google/</guid>
		<description><![CDATA[The Google XML allows you to inform search engines about URLs on your websites that are available for crawling. Simply, a Sitemap that uses the Sitemap Protocol is an XML file that lists URLs for a site. It also allows web developers to include additional information about each URL ( last update; how often it [...]]]></description>
		<wfw:commentRss>http://urbanoalvarez.es/blog/2008/03/20/writing-a-good-sitemapxml-file-for-google/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

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

