<?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[String Begrenzung bis zum Tag! HILFE???!?!!?]]></title><description><![CDATA[<p>also...folgendes Problem...<br />
ich lade mittels Script eine XML Datei ein...diese soll<br />
auseinander genommen werden und in verschiedene Text Files<br />
gespeichert werden... Kann ja mittlerweile nach tags suchen, alles schoen und gut...dennoch ist mein Problem , dass die daraufolgenden Information<br />
individuell lang sind...moechte es aber auslesen bis zum schliessen des tags..<br />
bekomm aber die String begrenzung nicht sauber hin</p>
<p>hier ein script ausschnitt</p>
<pre><code class="language-cpp">Regexp CSV = regexp &quot;&lt;req&gt;&quot;

Stream inData = read aFilePath

	while (true) {
		inData &gt;&gt; str
		if (end inData) 
			break
		if (str != null) then {
	                 id = str[5:12] // Begrenzung bis zum tagende???
				    }
		     }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/140478/string-begrenzung-bis-zum-tag-hilfe</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 06:03:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/140478.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Mar 2006 10:26:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to String Begrenzung bis zum Tag! HILFE???!?!!? on Wed, 15 Mar 2006 10:26:33 GMT]]></title><description><![CDATA[<p>also...folgendes Problem...<br />
ich lade mittels Script eine XML Datei ein...diese soll<br />
auseinander genommen werden und in verschiedene Text Files<br />
gespeichert werden... Kann ja mittlerweile nach tags suchen, alles schoen und gut...dennoch ist mein Problem , dass die daraufolgenden Information<br />
individuell lang sind...moechte es aber auslesen bis zum schliessen des tags..<br />
bekomm aber die String begrenzung nicht sauber hin</p>
<p>hier ein script ausschnitt</p>
<pre><code class="language-cpp">Regexp CSV = regexp &quot;&lt;req&gt;&quot;

Stream inData = read aFilePath

	while (true) {
		inData &gt;&gt; str
		if (end inData) 
			break
		if (str != null) then {
	                 id = str[5:12] // Begrenzung bis zum tagende???
				    }
		     }
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1016572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1016572</guid><dc:creator><![CDATA[Teetrinka]]></dc:creator><pubDate>Wed, 15 Mar 2006 10:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to String Begrenzung bis zum Tag! HILFE???!?!!? on Wed, 15 Mar 2006 11:21:45 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=275" rel="nofollow">Unix-Tom</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=48" rel="nofollow">Datenbanken</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1016598</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1016598</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 15 Mar 2006 11:21:45 GMT</pubDate></item></channel></rss>