<?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>Gastón Marrero &#187; Programación</title>
	<atom:link href="http://www.gastonmarrero.com/categoria/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gastonmarrero.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Sep 2011 22:58:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Cómo escapear caracteres XML inválidos en C#?</title>
		<link>http://www.gastonmarrero.com/2009/08/como-escapear-caracteres-xml-invalidos-en-c/</link>
		<comments>http://www.gastonmarrero.com/2009/08/como-escapear-caracteres-xml-invalidos-en-c/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:16:13 +0000</pubDate>
		<dc:creator>Gastón Marrero</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.gastonmarrero.com/?p=164</guid>
		<description><![CDATA[La técnica más usual para escapear/desescapear caracterés inválidos, es utilizar el &#8220;reemplazo de strings&#8221; de los 5 caracteres problemáticos para XML ( &#60; &#62; &#38; &#8216; &#8221; ). Ahora bien, lo más facil es usar el siguiente método provisto en el framework .Net: string SecurityElement.Escape(string s) Por más información: http://msdn2.microsoft.com/en-us/library/system.security.securityelement.escape(VS.80).aspx Aquí les dejo el código [...]]]></description>
		<wfw:commentRss>http://www.gastonmarrero.com/2009/08/como-escapear-caracteres-xml-invalidos-en-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

