<?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>One Kind Of Life &#187; xml wordpress</title>
	<atom:link href="http://www.doutdex.com/blog/tag/xml-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problema XML al exportar archivo wordpress</title>
		<link>http://www.doutdex.com/blog/2008/09/18/problema-xml-al-exportar-archivo-wordpress/</link>
		<comments>http://www.doutdex.com/blog/2008/09/18/problema-xml-al-exportar-archivo-wordpress/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 05:31:22 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[xml wordpress]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=292</guid>
		<description><![CDATA[Al exportar el contenido de un blog de wordpress. El XML no es válido porque no está especificado: &#60;excerpt:encoded&#62;&#60;![CDATA[]]&#62;&#60;/excerpt:encoded&#62; La solución es agregar en el encabezado del XML la línea:    xmlns:excerpt="http://wordpress.org/excerpt/1.0" quedando finalmente así: &#60;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:wp="http://wordpress.org/export/1.0/"     xmlns:excerpt="http://wordpress.org/excerpt/1.0" &#62;]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/09/18/problema-xml-al-exportar-archivo-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

