<?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-Daten auslesen]]></title><description><![CDATA[<p>Hallo @ alle Forennutzer,</p>
<p>Ich würd gerne wissen, wie es möglich ist, mithilfe von C++ xml-Daten aus einer xml-Datei auszulesen, z.B. ...Datum...<br />
...Uhrzeit...<br />
...Ort...</p>
<p>Gruß,<br />
Kotton</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/289352/xml-daten-auslesen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 04:03:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/289352.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Jul 2011 08:40:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 08:40:05 GMT]]></title><description><![CDATA[<p>Hallo @ alle Forennutzer,</p>
<p>Ich würd gerne wissen, wie es möglich ist, mithilfe von C++ xml-Daten aus einer xml-Datei auszulesen, z.B. ...Datum...<br />
...Uhrzeit...<br />
...Ort...</p>
<p>Gruß,<br />
Kotton</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088002</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088002</guid><dc:creator><![CDATA[Kotton]]></dc:creator><pubDate>Sun, 03 Jul 2011 08:40:05 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 08:46:57 GMT]]></title><description><![CDATA[<p>Gibt mehrere Libraries. Manche kommen sehr komplett mit XSD Validierung und anderen Spielereien.<br />
Meine Favoriten:</p>
<p><a href="http://www.ambiera.com/irrxml/" rel="nofollow">irrXML</a> - Sehr einfach und sehr schnell, aber keinerlei Validierung und der Parser ist einfach zu verwirren der Fehler oft nicht meldet, aber für kleine Spiele sehr geil solange die XML Dateien valide sind.</p>
<p><a href="http://www.grinninglizard.com/tinyxml/" rel="nofollow">tinyXML</a> - Sehr einfach und auch schnell, der Fehler auch korrekt meldet, aber keine XSD-Validierung. In meinen Augen eine etwas umständliche API.</p>
<p><a href="http://xerces.apache.org/xerces-c/" rel="nofollow">Xerces</a> - nie verwendet und auch nicht wirklich Favorit, ist aber komplett mit Validierung von allen möglichen Formaten.</p>
<p>Siehe auch:<br />
<a href="http://www.c-plusplus.net/forum/211237" rel="nofollow">http://www.c-plusplus.net/forum/211237</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088005</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088005</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 03 Jul 2011 08:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 09:56:35 GMT]]></title><description><![CDATA[<p>Empfehlen kann ich auch noch <a href="http://pugixml.org/" rel="nofollow">pugixml</a> (nur 1 Source-Datei und 2 Headerdateien), aber auch ohne Validierung.</p>
<p>Edit: habe jetzt erst gesehen, daß dieser Parser auch im Link von scrontch auftaucht (aber doppelt gemoppelt hält besser <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";-)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088031</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088031</guid><dc:creator><![CDATA[Th69]]></dc:creator><pubDate>Sun, 03 Jul 2011 09:56:35 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 10:04:21 GMT]]></title><description><![CDATA[<p>Den würde ich empfehlen: <a href="http://www.applied-mathematics.net/tools/xmlParser.html" rel="nofollow">Kranf's XML Parser</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088042</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088042</guid><dc:creator><![CDATA[bla0r]]></dc:creator><pubDate>Sun, 03 Jul 2011 10:04:21 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 10:06:03 GMT]]></title><description><![CDATA[<p><a href="http://rapidxml.sourceforge.net/" rel="nofollow">rapidxml</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088044</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088044</guid><dc:creator><![CDATA[rapidmeansreallyfast]]></dc:creator><pubDate>Sun, 03 Jul 2011 10:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 12:39:46 GMT]]></title><description><![CDATA[<p><a href="http://zenxml.sourceforge.net/" rel="nofollow">http://zenxml.sourceforge.net/</a> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088111</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088111</guid><dc:creator><![CDATA[ZenJu]]></dc:creator><pubDate>Sun, 03 Jul 2011 12:39:46 GMT</pubDate></item><item><title><![CDATA[Reply to xml-Daten auslesen on Sun, 03 Jul 2011 15:49:58 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /> Wow,danke für die schnellen Antworten. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2088225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2088225</guid><dc:creator><![CDATA[Kotton]]></dc:creator><pubDate>Sun, 03 Jul 2011 15:49:58 GMT</pubDate></item></channel></rss>