<?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 mit Xerces]]></title><description><![CDATA[<p>Ein Frage zu Xerces: Wie kann ich den Inhalt eines XML-Tags auslesen?<br />
Z.b.</p>
<pre><code>&lt;Vorname&gt;Hans&lt;/Vorame&gt;
</code></pre>
<p>Mit</p>
<pre><code class="language-cpp">DOMElement* el = /* ... */
const XMLStr* str = el-&gt;getNodeName();
</code></pre>
<p>bekomme ich &quot;Vorname&quot;. Wenn ich</p>
<pre><code class="language-cpp">DOMElement* el = /* ... */
const XMLStr* str = el-&gt;getNodeValue();
</code></pre>
<p>versuche, klappt es nicht (wobei ich eigentlich erwarten würde, dass ich dann &quot;Hans&quot; zurückbekommen müsste).</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/259689/xml-mit-xerces</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 07:25:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/259689.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Jan 2010 16:08:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XML mit Xerces on Tue, 26 Jan 2010 16:08:24 GMT]]></title><description><![CDATA[<p>Ein Frage zu Xerces: Wie kann ich den Inhalt eines XML-Tags auslesen?<br />
Z.b.</p>
<pre><code>&lt;Vorname&gt;Hans&lt;/Vorame&gt;
</code></pre>
<p>Mit</p>
<pre><code class="language-cpp">DOMElement* el = /* ... */
const XMLStr* str = el-&gt;getNodeName();
</code></pre>
<p>bekomme ich &quot;Vorname&quot;. Wenn ich</p>
<pre><code class="language-cpp">DOMElement* el = /* ... */
const XMLStr* str = el-&gt;getNodeValue();
</code></pre>
<p>versuche, klappt es nicht (wobei ich eigentlich erwarten würde, dass ich dann &quot;Hans&quot; zurückbekommen müsste).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1845192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1845192</guid><dc:creator><![CDATA[Mups]]></dc:creator><pubDate>Tue, 26 Jan 2010 16:08:24 GMT</pubDate></item></channel></rss>