<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[xml nodes ändern]]></title><description><![CDATA[<p>Guten Morgen,</p>
<p>ich hab da mal eine Frage!!<br />
Ist es möglich mit IXMLDocument einen ChildNode zu ändern?</p>
<p>Das Problem ist, ich erstelle eine XML Datei mit mehreren Positionen und jede Position hat etliche Unterpositionen.<br />
Wenn ich jetzt Position4 lösche, müssen die anderen Positionen umbenannt werden.<br />
Also aus Position5 wird Position4 usw.<br />
Kann mir jemand einen Tip geben wie ich damit umgehen muss!!</p>
<pre><code class="language-html">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?&gt;
&lt;Root&gt;
	&lt;Positionen&gt;
		&lt;POSITION1&gt;&lt;I23/&gt;&lt;/POSITION1&gt;
		&lt;POSITION2&gt;&lt;as/&gt;&lt;/POSITION2&gt;
		&lt;POSITION3&gt;&lt;rr/&gt;&lt;/POSITION3&gt;
		&lt;POSITION4&gt;&lt;rtu/&gt;&lt;/POSITION4&gt;
		&lt;POSITION5/&gt;
		&lt;POSITION6/&gt;
		&lt;POSITION7/&gt;
		&lt;POSITION8/&gt;
		&lt;POSITION9/&gt;
	&lt;/Positionen&gt;
&lt;/Root&gt;
</code></pre>
<p>danke</p>
<p>Gruß Lisa</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/147951/xml-nodes-ändern</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 07:52:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/147951.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 May 2006 06:50:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to xml nodes ändern on Mon, 22 May 2006 06:50:33 GMT]]></title><description><![CDATA[<p>Guten Morgen,</p>
<p>ich hab da mal eine Frage!!<br />
Ist es möglich mit IXMLDocument einen ChildNode zu ändern?</p>
<p>Das Problem ist, ich erstelle eine XML Datei mit mehreren Positionen und jede Position hat etliche Unterpositionen.<br />
Wenn ich jetzt Position4 lösche, müssen die anderen Positionen umbenannt werden.<br />
Also aus Position5 wird Position4 usw.<br />
Kann mir jemand einen Tip geben wie ich damit umgehen muss!!</p>
<pre><code class="language-html">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-16&quot;?&gt;
&lt;Root&gt;
	&lt;Positionen&gt;
		&lt;POSITION1&gt;&lt;I23/&gt;&lt;/POSITION1&gt;
		&lt;POSITION2&gt;&lt;as/&gt;&lt;/POSITION2&gt;
		&lt;POSITION3&gt;&lt;rr/&gt;&lt;/POSITION3&gt;
		&lt;POSITION4&gt;&lt;rtu/&gt;&lt;/POSITION4&gt;
		&lt;POSITION5/&gt;
		&lt;POSITION6/&gt;
		&lt;POSITION7/&gt;
		&lt;POSITION8/&gt;
		&lt;POSITION9/&gt;
	&lt;/Positionen&gt;
&lt;/Root&gt;
</code></pre>
<p>danke</p>
<p>Gruß Lisa</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1062494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1062494</guid><dc:creator><![CDATA[lisa001]]></dc:creator><pubDate>Mon, 22 May 2006 06:50:33 GMT</pubDate></item></channel></rss>