<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[yab | yet another Basic for HAIKU - feature requests / bug fixes]]></title>
		<link>https://yab.orgfree.com/forum/</link>
		<description><![CDATA[yab | yet another Basic for HAIKU - https://yab.orgfree.com/forum]]></description>
		<pubDate>Wed, 29 Apr 2026 20:39:43 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[filepanel  yab 1.8]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=140</link>
			<pubDate>Wed, 18 Aug 2021 16:16:13 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=1">bbjimmy</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=140</guid>
			<description><![CDATA[Apparentky there is an aditional command argument to the filepanel command.<br />
<br />
Old implimentation:<br />
<br />
select&#36; = filepanel "Load-File", "Example Filepanel", "/boot/home"<br />
<br />
New implimentation:<br />
<br />
select&#36; = FILEPANEL "Load-File", "Example Filepanel", "/boot/home",""<br />
<br />
<br />
I have no clue what the aditional argument is/will be used for, but this is not documented in the help files for yab/yab-ide.]]></description>
			<content:encoded><![CDATA[Apparentky there is an aditional command argument to the filepanel command.<br />
<br />
Old implimentation:<br />
<br />
select&#36; = filepanel "Load-File", "Example Filepanel", "/boot/home"<br />
<br />
New implimentation:<br />
<br />
select&#36; = FILEPANEL "Load-File", "Example Filepanel", "/boot/home",""<br />
<br />
<br />
I have no clue what the aditional argument is/will be used for, but this is not documented in the help files for yab/yab-ide.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Resolved 1.7.5.5 tabview bug]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=96</link>
			<pubDate>Sat, 24 Feb 2018 00:17:43 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=3">lelldorin</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=96</guid>
			<description><![CDATA[On the current build of yab is a Tabview error.<br />
<br />
I create a test app to check a bug reported by bbjimmy and thaflo. Here the tabview crashed then you browsing over the view after removing the tabview with VIEW REMOVE.<br />
<br />
I does not have this problem on my system, but i see another one. In my test app i create a tabview with two tabs. on the first one i place a button.<br />
<br />
Then i remove the view and create the tabviews again. Here is the button not on the first, it is on the second tab. <br />
<br />
<a href="https://codeshare.io/al9NJY" target="_blank" rel="noopener" class="mycode_url">https://codeshare.io/al9NJY</a>]]></description>
			<content:encoded><![CDATA[On the current build of yab is a Tabview error.<br />
<br />
I create a test app to check a bug reported by bbjimmy and thaflo. Here the tabview crashed then you browsing over the view after removing the tabview with VIEW REMOVE.<br />
<br />
I does not have this problem on my system, but i see another one. In my test app i create a tabview with two tabs. on the first one i place a button.<br />
<br />
Then i remove the view and create the tabviews again. Here is the button not on the first, it is on the second tab. <br />
<br />
<a href="https://codeshare.io/al9NJY" target="_blank" rel="noopener" class="mycode_url">https://codeshare.io/al9NJY</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[about arrays]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=94</link>
			<pubDate>Thu, 21 Dec 2017 16:34:16 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=94</guid>
			<description><![CDATA[When you use an array to hold your variables in a SPLIT or TOKEN function, the array gets resized upwards (apparently never downwards) automagically. But when you run a regular routine like this<br />
<br />
DIM a(10)<br />
    FOR f - 1 TO 11<br />
        a(f) = f<br />
    NEXT<br />
<br />
You will get an "array out of bounds" error.<br />
<br />
So, my question is this: Apparently, the code to have autogrowing arrays is already in there. Why should we not be able to use that in regular array operations? Is it just because way back when yabasic was running on 512K of RAM you might run out of memory? If so, is that thinking still relevant? I fed a GB of data into a string array once for testing purposes. Dog-slow, but yab didn't crash.]]></description>
			<content:encoded><![CDATA[When you use an array to hold your variables in a SPLIT or TOKEN function, the array gets resized upwards (apparently never downwards) automagically. But when you run a regular routine like this<br />
<br />
DIM a(10)<br />
    FOR f - 1 TO 11<br />
        a(f) = f<br />
    NEXT<br />
<br />
You will get an "array out of bounds" error.<br />
<br />
So, my question is this: Apparently, the code to have autogrowing arrays is already in there. Why should we not be able to use that in regular array operations? Is it just because way back when yabasic was running on 512K of RAM you might run out of memory? If so, is that thinking still relevant? I fed a GB of data into a string array once for testing purposes. Dog-slow, but yab didn't crash.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Feature request: CLOSE ALL]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=86</link>
			<pubDate>Sat, 15 Apr 2017 16:08:32 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=86</guid>
			<description><![CDATA[There is a trick to use the OPEN command to test whether a file exists. The problem with that is that you need to guess at which stream was opened and close it, otherwise you'll get a "stream already in use error" further down the line. A CLOSE ALL command would be a useful way to solve that problem. <br />
<br />
In fact, leaving streams open indefinitely is a bad idea anyway. Occasionally you may want to read from one file and write to another, but even then, I prefer to read data into a variable or array, close the stream and then write it to a new one. CLOSE ALL woild make our programs a little more robust.<br />
<br />
Yes, you could fake it with a for ... next loop. Having such a command in yab itself would be faster.]]></description>
			<content:encoded><![CDATA[There is a trick to use the OPEN command to test whether a file exists. The problem with that is that you need to guess at which stream was opened and close it, otherwise you'll get a "stream already in use error" further down the line. A CLOSE ALL command would be a useful way to solve that problem. <br />
<br />
In fact, leaving streams open indefinitely is a bad idea anyway. Occasionally you may want to read from one file and write to another, but even then, I prefer to read data into a variable or array, close the stream and then write it to a new one. CLOSE ALL woild make our programs a little more robust.<br />
<br />
Yes, you could fake it with a for ... next loop. Having such a command in yab itself would be faster.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Traslate help to Spanish]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=79</link>
			<pubDate>Mon, 26 Dec 2016 19:46:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=44">ZeroXp</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=79</guid>
			<description><![CDATA[Hello,<br />
<br />
How can I use a new help (e: Help_ES.dat) in yab-ide?<br />
<br />
thk.<img src="https://yab.orgfree.com/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
How can I use a new help (e: Help_ES.dat) in yab-ide?<br />
<br />
thk.<img src="https://yab.orgfree.com/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[transparency error in yab]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=78</link>
			<pubDate>Fri, 23 Dec 2016 22:18:36 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=3">lelldorin</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=78</guid>
			<description><![CDATA[<a href="http://www.lelldorin.de/screens/yab_tranparency_error.png" target="_blank" rel="noopener" class="mycode_url">www.lelldorin.de/screens/yab_tranparency_error.png</a><br />
<br />
If i use buttons with transparency pictures and change then the background color the image of the button does not any more transparent.]]></description>
			<content:encoded><![CDATA[<a href="http://www.lelldorin.de/screens/yab_tranparency_error.png" target="_blank" rel="noopener" class="mycode_url">www.lelldorin.de/screens/yab_tranparency_error.png</a><br />
<br />
If i use buttons with transparency pictures and change then the background color the image of the button does not any more transparent.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[refsreceived]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=63</link>
			<pubDate>Wed, 13 Apr 2016 17:57:21 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=63</guid>
			<description><![CDATA[is peek&#36;("refsreceived") still around? It seems to have dropped out of the documentation. My apps using it don't crash, though]]></description>
			<content:encoded><![CDATA[is peek&#36;("refsreceived") still around? It seems to have dropped out of the documentation. My apps using it don't crash, though]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[library search path]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=58</link>
			<pubDate>Sat, 26 Mar 2016 17:57:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=58</guid>
			<description><![CDATA[Where do we store libraries these days?<br />
<br />
according to /boot/system/apps/yab-IDE/Programs/libs/readme it should be  ~/config/settings/yab. Which sounds right to me.<br />
<br />
But in the IDE Help, under "import" it says /boot/home/config/lib/yab which means trying to create a folder in a write-protected parent folder. Perhaps the documentation is a little outdated ?]]></description>
			<content:encoded><![CDATA[Where do we store libraries these days?<br />
<br />
according to /boot/system/apps/yab-IDE/Programs/libs/readme it should be  ~/config/settings/yab. Which sounds right to me.<br />
<br />
But in the IDE Help, under "import" it says /boot/home/config/lib/yab which means trying to create a folder in a write-protected parent folder. Perhaps the documentation is a little outdated ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Peek requests]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=57</link>
			<pubDate>Mon, 21 Mar 2016 10:18:58 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=57</guid>
			<description><![CDATA[A few items of system information that I think would be useful to yab programmers if they were added to the PEEK system. There are workarounds for these, mostly involving system calls like  SYSTEM&#36;("if [ -e filename ] )", and parsing the results, but having them in the system would speed things up.<br />
<br />
var = PEEK "PackageStatus"<br />
0 running from a non-packaged location<br />
1 running from /boot/system<br />
2 running from /boot/home/config<br />
<br />
var = PEEK "FileExists" Filename&#36;<br />
0 File does not exist<br />
1 File exists<br />
<br />
var = PEEK "DirectoryExists" Pathname&#36;<br />
0 Directory does not exist<br />
1 Directory exists]]></description>
			<content:encoded><![CDATA[A few items of system information that I think would be useful to yab programmers if they were added to the PEEK system. There are workarounds for these, mostly involving system calls like  SYSTEM&#36;("if [ -e filename ] )", and parsing the results, but having them in the system would speed things up.<br />
<br />
var = PEEK "PackageStatus"<br />
0 running from a non-packaged location<br />
1 running from /boot/system<br />
2 running from /boot/home/config<br />
<br />
var = PEEK "FileExists" Filename&#36;<br />
0 File does not exist<br />
1 File exists<br />
<br />
var = PEEK "DirectoryExists" Pathname&#36;<br />
0 Directory does not exist<br />
1 Directory exists]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Let's switch out that colon!]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=55</link>
			<pubDate>Fri, 18 Mar 2016 09:56:59 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=2">clasqm</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=55</guid>
			<description><![CDATA[When we start a new project in the IDE we see the following<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch(msg&#36;(everyCommand))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case "_QuitRequested":<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case "MainWindow:_QuitRequested":<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leavingLoop = true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end switch</code></div></div>Every case and default statement is terminated by a colon ":" That colon has been there as long as I remember<br />
<br />
Now I've done a lot of switch loops and sometimes I've left off the colon at the end of a case statement by mistake. Those programs ran flawlessly. Also, yab does not throw up an error if they are missing So, why is it there and what is it supposed to do? the help in the IDE shows that you can do this<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>input a <br />
switch(a) <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 1:print "one":break <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 2:print "two":break <br />
&nbsp;&nbsp;&nbsp;&nbsp;default:print "more" <br />
end switch</code></div></div>but that can be done with any set of commands. It is just another way of writing<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>input a <br />
switch(a) <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "one"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 2<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "two"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break <br />
&nbsp;&nbsp;&nbsp;&nbsp;default<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "more" <br />
end switch</code></div></div>(BTW shouldn't there be a "break" after "default")<br />
<br />
It's a small thing, but every small thing helps make yab a little easier for beginners. If that colon is not actually doing anything, then let's get it out of the templates.]]></description>
			<content:encoded><![CDATA[When we start a new project in the IDE we see the following<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch(msg&#36;(everyCommand))<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case "_QuitRequested":<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case "MainWindow:_QuitRequested":<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leavingLoop = true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end switch</code></div></div>Every case and default statement is terminated by a colon ":" That colon has been there as long as I remember<br />
<br />
Now I've done a lot of switch loops and sometimes I've left off the colon at the end of a case statement by mistake. Those programs ran flawlessly. Also, yab does not throw up an error if they are missing So, why is it there and what is it supposed to do? the help in the IDE shows that you can do this<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>input a <br />
switch(a) <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 1:print "one":break <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 2:print "two":break <br />
&nbsp;&nbsp;&nbsp;&nbsp;default:print "more" <br />
end switch</code></div></div>but that can be done with any set of commands. It is just another way of writing<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>input a <br />
switch(a) <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "one"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break <br />
&nbsp;&nbsp;&nbsp;&nbsp;case 2<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "two"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break <br />
&nbsp;&nbsp;&nbsp;&nbsp;default<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print "more" <br />
end switch</code></div></div>(BTW shouldn't there be a "break" after "default")<br />
<br />
It's a small thing, but every small thing helps make yab a little easier for beginners. If that colon is not actually doing anything, then let's get it out of the templates.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Request: Option to add menupoint into TEXTEDIT Right-Click Menu]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=21</link>
			<pubDate>Mon, 13 Jul 2015 22:53:46 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=3">lelldorin</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=21</guid>
			<description><![CDATA[It will be fine to have the solution to add more menuparts into the textedit menu (right click menu).<br />
<br />
At the moment there are points like "cut, copy, paste, undo..."]]></description>
			<content:encoded><![CDATA[It will be fine to have the solution to add more menuparts into the textedit menu (right click menu).<br />
<br />
At the moment there are points like "cut, copy, paste, undo..."]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[bugfixes]]></title>
			<link>https://yab.orgfree.com/forum/showthread.php?tid=20</link>
			<pubDate>Mon, 13 Jul 2015 08:25:04 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://yab.orgfree.com/forum/member.php?action=profile&uid=1">bbjimmy</a>]]></dc:creator>
			<guid isPermaLink="false">https://yab.orgfree.com/forum/showthread.php?tid=20</guid>
			<description><![CDATA[some recent bugfixes:<br />
<br />
ran() now works as expected.<br />
<br />
BuildFactory no-longer hangs if the file, or one of the yab library files is missing a final newline ,"\n"<br />
<br />
These changes are <span style="font-weight: bold;" class="mycode_b">NOT</span> included in yab 1.7.5 and yab-IDE 2.2.5, but will be included in the next release, and can be built with this script ... <a href="http://yab.orgfree.com/GetLatest-yab.zip" target="_blank" rel="noopener" class="mycode_url">http://yab.orgfree.com/GetLatest-yab.zip</a>]]></description>
			<content:encoded><![CDATA[some recent bugfixes:<br />
<br />
ran() now works as expected.<br />
<br />
BuildFactory no-longer hangs if the file, or one of the yab library files is missing a final newline ,"\n"<br />
<br />
These changes are <span style="font-weight: bold;" class="mycode_b">NOT</span> included in yab 1.7.5 and yab-IDE 2.2.5, but will be included in the next release, and can be built with this script ... <a href="http://yab.orgfree.com/GetLatest-yab.zip" target="_blank" rel="noopener" class="mycode_url">http://yab.orgfree.com/GetLatest-yab.zip</a>]]></content:encoded>
		</item>
	</channel>
</rss>