<?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>// Commentaires de PerpetualSnow &#187; VB.NET</title>
	<atom:link href="https://blog.developpez.com/perpetualsnow/pcategory/vb-net/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/perpetualsnow</link>
	<description></description>
	<lastBuildDate>Mon, 04 Jan 2010 07:38:54 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Convertir le contenu d&#8217;un fichier xml en string</title>
		<link>https://blog.developpez.com/perpetualsnow/p8198/vb-net/convertir_le_contenu_d_un_fichier_xml_en</link>
		<comments>https://blog.developpez.com/perpetualsnow/p8198/vb-net/convertir_le_contenu_d_un_fichier_xml_en#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:44:42 +0000</pubDate>
		<dc:creator><![CDATA[perpetualsnow]]></dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[On a plutôt l&#8217;habitude de convertir des données ou une chaine de caractères en un fichier xml. Dans de très rares applications, on pourrait avoir besoin de faire l&#8217;inverse. Le Framework .NET permet de le faire très facilement. Dim xmlFile As New XmlDocument xmlFile.Load(&#34;myFile.xml&#34;) Dim xmlString As String = xmlFile.OuterXml() Pourquoi ne pas l&#8217;ajouter dans la FAQ? Tout simplement. A bientôt.]]></description>
				<content:encoded><![CDATA[<p>On a plutôt l&rsquo;habitude de convertir des données ou une chaine de caractères en un fichier xml.</p>
<p>Dans de très rares applications, on pourrait avoir besoin de faire l&rsquo;inverse.</p>
<p>Le Framework .NET permet de le faire très facilement.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Dim xmlFile As New XmlDocument <br />
xmlFile.Load(&quot;myFile.xml&quot;) <br />
Dim xmlString As String = xmlFile.OuterXml()</div></div>
<p>Pourquoi ne pas l&rsquo;ajouter dans la FAQ?</p>
<p>Tout simplement.</p>
<p>A bientôt.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
