<?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[zeler zählt falsch]]></title><description><![CDATA[<pre><code>#include&lt;iostream&gt;
 #include&lt;string&gt;
    using namespace std;
int zeler;

  int main()
    {
	string name; 
 cout &lt;&lt; &quot;Bitte deinen Namen eingeben : &quot;; 
 cin  &gt;&gt; name; 
 cout &lt;&lt; name.length()&lt;&lt; endl; 
 cout &lt;&lt; &quot;Hallo &quot; &lt;&lt; name &lt;&lt; &quot; ! &quot; &lt;&lt;endl;

    for(int j = 0; j &lt; name.size(); j++) 
    { 
        if(name[j] == 'a') 
        { 
		zeler = zeler + 1;
		cout &lt;&lt; &quot;Der Satz enthaehlt ein a zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot;&lt;&lt; std::endl; 

        } 
        if(name[j] == 'b') 
        { 
          zeler = zeler + 2;
			  cout &lt;&lt; &quot;Der Satz enthaehlt ein b zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'c') 
        { 
		zeler = zeler + 3;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein c zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'd') 
        { 
		zeler = zeler + 4;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein d&quot; &lt;&lt; std::endl; 
        } 
		zeler = zeler + 5;
		 if(name[j] == 'e') 
        { 
		zeler = zeler + 6;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein e&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'f') 
        { 
		zeler = zeler + 7;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein f&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'g') 
        { 
		zeler = zeler + 8;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein g&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'h') 
        { 
		zeler = zeler + 9;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein h&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'i') 
        { 
		zeler = zeler + 10;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein i&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'j') 
        { 
		zeler = zeler + 11;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein j&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'k') 
        { 
		zeler = zeler + 12;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein k&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'l') 
        { 
		zeler = zeler + 13;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein l&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'm') 
        { 
		zeler = zeler + 14;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein m&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'n') 
        { 
		zeler = zeler + 15;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein n&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'o') 
        { 
		zeler = zeler + 16;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein o&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'p') 
        { 
		zeler = zeler + 17;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein p&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'q') 
        { 
		zeler = zeler + 18;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein q&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'r') 
        { 
		zeler = zeler + 19;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein r&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 's') 
        { 
		zeler = zeler + 20;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein s&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 't') 
        { 
		zeler = zeler + 21;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein t&quot; &lt;&lt; std::endl; 
        } 
		if(name[j] == 'u') 
        { 
		zeler = zeler + 22;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein u&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'v') 
        { 
		zeler = zeler + 23;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein v&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'w') 
        { 
		zeler = zeler + 24;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein w&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'x') 
        { 
		zeler = zeler + 25;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein x&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'y') 
        { 
		zeler = zeler + 26;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein y&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'z') 
        { 
		zeler = zeler + 27;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein z&quot; &lt;&lt; std::endl; 
        } 

    } 
cout &lt;&lt; &quot;Zelersumme ist:&quot; &lt;&lt;zeler&lt;&lt; &quot;!&quot;&lt;&lt; std::endl;
}
</code></pre>
<p>Hallo,</p>
<p>warum zählt der zeler falsch?</p>
<p>Das ist des Printing:</p>
<p><strong>Hallo abc !<br />
Der Satz enthaehlt ein a zeler=1 !<br />
Der Satz enthaehlt ein b zeler=8 !<br />
Der Satz enthaehlt ein c zeler=16 !<br />
Zelersumme ist:21!</strong></p>
<p>Danke für die Antwort</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/231329/zeler-zählt-falsch</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 21:48:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/231329.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jan 2009 21:47:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 21:47:13 GMT]]></title><description><![CDATA[<pre><code>#include&lt;iostream&gt;
 #include&lt;string&gt;
    using namespace std;
int zeler;

  int main()
    {
	string name; 
 cout &lt;&lt; &quot;Bitte deinen Namen eingeben : &quot;; 
 cin  &gt;&gt; name; 
 cout &lt;&lt; name.length()&lt;&lt; endl; 
 cout &lt;&lt; &quot;Hallo &quot; &lt;&lt; name &lt;&lt; &quot; ! &quot; &lt;&lt;endl;

    for(int j = 0; j &lt; name.size(); j++) 
    { 
        if(name[j] == 'a') 
        { 
		zeler = zeler + 1;
		cout &lt;&lt; &quot;Der Satz enthaehlt ein a zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot;&lt;&lt; std::endl; 

        } 
        if(name[j] == 'b') 
        { 
          zeler = zeler + 2;
			  cout &lt;&lt; &quot;Der Satz enthaehlt ein b zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'c') 
        { 
		zeler = zeler + 3;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein c zeler=&quot; &lt;&lt; zeler&lt;&lt; &quot; ! &quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'd') 
        { 
		zeler = zeler + 4;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein d&quot; &lt;&lt; std::endl; 
        } 
		zeler = zeler + 5;
		 if(name[j] == 'e') 
        { 
		zeler = zeler + 6;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein e&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'f') 
        { 
		zeler = zeler + 7;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein f&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'g') 
        { 
		zeler = zeler + 8;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein g&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'h') 
        { 
		zeler = zeler + 9;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein h&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'i') 
        { 
		zeler = zeler + 10;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein i&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'j') 
        { 
		zeler = zeler + 11;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein j&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'k') 
        { 
		zeler = zeler + 12;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein k&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'l') 
        { 
		zeler = zeler + 13;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein l&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'm') 
        { 
		zeler = zeler + 14;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein m&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'n') 
        { 
		zeler = zeler + 15;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein n&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'o') 
        { 
		zeler = zeler + 16;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein o&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'p') 
        { 
		zeler = zeler + 17;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein p&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'q') 
        { 
		zeler = zeler + 18;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein q&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'r') 
        { 
		zeler = zeler + 19;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein r&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 's') 
        { 
		zeler = zeler + 20;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein s&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 't') 
        { 
		zeler = zeler + 21;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein t&quot; &lt;&lt; std::endl; 
        } 
		if(name[j] == 'u') 
        { 
		zeler = zeler + 22;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein u&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'v') 
        { 
		zeler = zeler + 23;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein v&quot; &lt;&lt; std::endl; 
        } 
        if(name[j] == 'w') 
        { 
		zeler = zeler + 24;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein w&quot; &lt;&lt; std::endl; 
        } 
         if(name[j] == 'x') 
        { 
		zeler = zeler + 25;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein x&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'y') 
        { 
		zeler = zeler + 26;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein y&quot; &lt;&lt; std::endl; 
        } 
		 if(name[j] == 'z') 
        { 
		zeler = zeler + 27;
            cout &lt;&lt; &quot;Der Satz enthaehlt ein z&quot; &lt;&lt; std::endl; 
        } 

    } 
cout &lt;&lt; &quot;Zelersumme ist:&quot; &lt;&lt;zeler&lt;&lt; &quot;!&quot;&lt;&lt; std::endl;
}
</code></pre>
<p>Hallo,</p>
<p>warum zählt der zeler falsch?</p>
<p>Das ist des Printing:</p>
<p><strong>Hallo abc !<br />
Der Satz enthaehlt ein a zeler=1 !<br />
Der Satz enthaehlt ein b zeler=8 !<br />
Der Satz enthaehlt ein c zeler=16 !<br />
Zelersumme ist:21!</strong></p>
<p>Danke für die Antwort</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642096</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642096</guid><dc:creator><![CDATA[Bekell]]></dc:creator><pubDate>Thu, 08 Jan 2009 21:47:13 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 21:53:36 GMT]]></title><description><![CDATA[<p>Was ist denn ein Zeler? Und wieso zählst du alle Buchstaben mit der gleichen Variable?</p>
<p>Ausserdem solltest du dir vielleicht mal ASCII anschauen, dann kannst du die Buchstaben in <strong>einer</strong> Abfrage zählen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642100</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642100</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Thu, 08 Jan 2009 21:53:36 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 21:53:25 GMT]]></title><description><![CDATA[<p>Meine Güte. Schon einmal etwas von Arrays gehört? Oder gegebenenfalls einen Standardcontainer?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642104</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642104</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Thu, 08 Jan 2009 21:53:25 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 21:59:43 GMT]]></title><description><![CDATA[<p>Das hilft nicht wirklich weiter. Ich will ja, daß der Programm jedem Buchstaben einen Wert gibt, und dies dann addiert..</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642108</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642108</guid><dc:creator><![CDATA[Bekell]]></dc:creator><pubDate>Thu, 08 Jan 2009 21:59:43 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 22:03:13 GMT]]></title><description><![CDATA[<p>Bekell schrieb:</p>
<blockquote>
<p>Das hilft nicht wirklich weiter.</p>
</blockquote>
<p>Informier dich zuerst über ASCII und dann über Arrays, dann siehst du vielleicht, was wir meinen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642112</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642112</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Thu, 08 Jan 2009 22:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 22:11:58 GMT]]></title><description><![CDATA[<p>Nexus schrieb:</p>
<blockquote>
<p>Was ist denn ein Zeler?</p>
</blockquote>
<p><a href="https://www.google.de/search?&amp;q=zeler" rel="nofollow">Google: zeler</a> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> :p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642118</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642118</guid><dc:creator><![CDATA[schau doch selber]]></dc:creator><pubDate>Thu, 08 Jan 2009 22:11:58 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 22:21:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>er erbeitet bei Zoll! Bei deutschen Zoll, und er zelt Buchstäben.</p>
<p>Das soll er auch hier.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642122</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642122</guid><dc:creator><![CDATA[Bekell]]></dc:creator><pubDate>Thu, 08 Jan 2009 22:21:44 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 22:23:41 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>puh, das ist ja ein fetter Brocken.</p>
<p>Formatier mal deinen Code etwas besser und wenn du dann den Fehler immer noch nicht gefunden hast, dann schau mal in Zeile 39 von deinem Listing nach. Dort ist dein Problem.</p>
<p>Grüße,</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642124</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642124</guid><dc:creator><![CDATA[Con*n]]></dc:creator><pubDate>Thu, 08 Jan 2009 22:23:41 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 22:23:58 GMT]]></title><description><![CDATA[<p>Bekell schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>er erbeitet bei Zoll!</p>
</blockquote>
<p>Wer? Herr Zeler?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642125</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642125</guid><dc:creator><![CDATA[schau doch selber]]></dc:creator><pubDate>Thu, 08 Jan 2009 22:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 23:00:37 GMT]]></title><description><![CDATA[<p>Con@n schrieb:</p>
<blockquote>
<p>Hi,</p>
<p>puh, das ist ja ein fetter Brocken.</p>
<p>Formatier mal deinen Code etwas besser und wenn du dann den Fehler immer noch nicht gefunden hast, dann schau mal in Zeile 39 von deinem Listing nach. Dort ist dein Problem.</p>
<p>Grüße,</p>
</blockquote>
<p>Danke, es klappt, gute Nacht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642142</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642142</guid><dc:creator><![CDATA[Bekell]]></dc:creator><pubDate>Thu, 08 Jan 2009 23:00:37 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 23:05:32 GMT]]></title><description><![CDATA[<p>schau doch selber schrieb:</p>
<blockquote>
<p>Bekell schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>er erbeitet bei Zoll!</p>
</blockquote>
<p>Wer? Herr Zeler?</p>
</blockquote>
<p>Nein, Mr. Edwin F. Sneller!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642146</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642146</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 08 Jan 2009 23:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 23:06:48 GMT]]></title><description><![CDATA[<p>Genau das hättest du mit besserer Formatierung selbst rausgefunden.. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Es gibt schon einen Grund, warum wir immer mal wieder sagen..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642148</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642148</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Thu, 08 Jan 2009 23:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Thu, 08 Jan 2009 23:15:52 GMT]]></title><description><![CDATA[<p>Nicht nur die Formatierung. Nochmals: Du könntest deine 26 Buchstaben-Abfragen in <strong>eine</strong> packen! Du kannst ja gerne unsere Ratschläge ignorieren, aber glaub mir, du tust dir damit keinen Gefallen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642153</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642153</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Thu, 08 Jan 2009 23:15:52 GMT</pubDate></item><item><title><![CDATA[Reply to zeler zählt falsch on Fri, 09 Jan 2009 11:49:18 GMT]]></title><description><![CDATA[<p>&quot;zeler zählt ...&quot;</p>
<p>Wieder mal ein Beweis <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_down"
      title=":-1:"
      alt="👎"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1642347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1642347</guid><dc:creator><![CDATA[Beweiser v1.4.1]]></dc:creator><pubDate>Fri, 09 Jan 2009 11:49:18 GMT</pubDate></item></channel></rss>