<?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[IXMLDomDocumentPtr wie bekomme ich &amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt; rein]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich erstelle mir hiermit ein XMLDocument und füge einen Node dazu:</p>
<pre><code class="language-cpp">mDocument.CreateInstance(&quot;Msxml2.DOMDocument.4.0&quot;);
   mRoot = mDocument-&gt;createNode(NODE_ELEMENT, &quot;XMLRoot&quot;, &quot;&quot;);
   mDocument-&gt;appendChild(mRoot);
</code></pre>
<p>das funktioniert soweit. Jetzt bräuchte ich noch folgendes am XMLAnfang:<br />
&lt;?xml version=&quot;1.0&quot;?&gt;<br />
&lt;?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;simple.xsl&quot;?&gt;</p>
<p>aber das sind ja keine normalen nodes??<br />
Weiß jemand wie das funktioniert?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/140672/ixmldomdocumentptr-wie-bekomme-ich-lt-xml-version-quot-1-0-quot-gt-rein</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 08:20:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/140672.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Mar 2006 14:05:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IXMLDomDocumentPtr wie bekomme ich &amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt; rein on Thu, 16 Mar 2006 14:05:58 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich erstelle mir hiermit ein XMLDocument und füge einen Node dazu:</p>
<pre><code class="language-cpp">mDocument.CreateInstance(&quot;Msxml2.DOMDocument.4.0&quot;);
   mRoot = mDocument-&gt;createNode(NODE_ELEMENT, &quot;XMLRoot&quot;, &quot;&quot;);
   mDocument-&gt;appendChild(mRoot);
</code></pre>
<p>das funktioniert soweit. Jetzt bräuchte ich noch folgendes am XMLAnfang:<br />
&lt;?xml version=&quot;1.0&quot;?&gt;<br />
&lt;?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;simple.xsl&quot;?&gt;</p>
<p>aber das sind ja keine normalen nodes??<br />
Weiß jemand wie das funktioniert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1017558</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1017558</guid><dc:creator><![CDATA[templäd]]></dc:creator><pubDate>Thu, 16 Mar 2006 14:05:58 GMT</pubDate></item></channel></rss>