<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to overwrite data in XML file?	</title>
	<atom:link href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 25 Oct 2022 19:35:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25968</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 19:35:57 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25968</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25959&quot;&gt;José&lt;/a&gt;.

Probably this is what You need to include inside your xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25959">José</a>.</p>
<p>Probably this is what You need to include inside your xml<br />
<?xml version="1.0" encoding="UTF-8"?></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: José		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25959</link>

		<dc:creator><![CDATA[José]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 17:16:52 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25959</guid>

					<description><![CDATA[if name_txt=name.xml but in the output I don&#039;t know if I need to add that it has utf-8 encoding]]></description>
			<content:encoded><![CDATA[<p>if name_txt=name.xml but in the output I don&#8217;t know if I need to add that it has utf-8 encoding</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25939</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 05:57:37 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25939</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25924&quot;&gt;José&lt;/a&gt;.

Have You tried to include the file name &amp; xml extension inside the CreateTextFile function?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25924">José</a>.</p>
<p>Have You tried to include the file name &#038; xml extension inside the CreateTextFile function?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: José		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25924</link>

		<dc:creator><![CDATA[José]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 18:47:55 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25924</guid>

					<description><![CDATA[How can I adapt for this code instead of txt to be xml and in utf-8:

    Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;)
    Set Fileout = fso.CreateTextFile(&quot;G:\Mi unidad\PC\Documentos\&quot; &#038; nombre_txt, True)
    Fileout.WriteLine (cadena)
    Fileout.Close]]></description>
			<content:encoded><![CDATA[<p>How can I adapt for this code instead of txt to be xml and in utf-8:</p>
<p>    Set fso = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
    Set Fileout = fso.CreateTextFile(&#8220;G:\Mi unidad\PC\Documentos\&#8221; &amp; nombre_txt, True)<br />
    Fileout.WriteLine (cadena)<br />
    Fileout.Close</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25349</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 22 Sep 2022 12:11:52 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25349</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25268&quot;&gt;CC9&lt;/a&gt;.

Hi
So what have You done already?
Do You have any issue yet? :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25268">CC9</a>.</p>
<p>Hi<br />
So what have You done already?<br />
Do You have any issue yet? 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CC9		</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comment-25268</link>

		<dc:creator><![CDATA[CC9]]></dc:creator>
		<pubDate>Mon, 19 Sep 2022 09:53:47 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553#comment-25268</guid>

					<description><![CDATA[Hi,

Thank you for making this article.

I have multiple large sized .XML files in a folder that requires rows (or nodes) being deleted if a specific string is found in a specific column (if the XML is viewed in a dataframe perspective).

Hope you can assist.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for making this article.</p>
<p>I have multiple large sized .XML files in a folder that requires rows (or nodes) being deleted if a specific string is found in a specific column (if the XML is viewed in a dataframe perspective).</p>
<p>Hope you can assist.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
