<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Libwiisprite broken by latest devkitPRO releases?</title>
<description> Yesterday, I was overjoyed when I discovered the new releases of devkitPRO. I quickly installed the latest versions of devkitPPC, libogc, and libfat. Now, when I attempt to compile my apps (which use libwiisprite of course) it comes up with about 26 lines of errors all in the Draw function of libwiisprite. Each error says something like undefined reference to GX_something. I&amp;#039;ll edit this post later with the compilers exact output. 

I&amp;#039;m unable to copy and paste the output so I&amp;#039;m slowly retyping it. This is not the complete listing (yet). The listing is now complete.


&amp;gt; &quot;make&quot;
linking ... wiishootinggallery.elf
c:/devkitPRO/libogc/lib/wii\libwiisprite.a(sprite.o): In function&amp;#039;wsp::Sprite::Draw(float, float) const&amp;#039;:
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:416: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:417: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:418: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:419: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:420: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:421: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:422: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:423: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:424: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:425: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:426: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:427: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:428: undefined reference to &amp;#039;GX_End&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:399: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:400: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:401: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:402: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:403: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:404: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:405: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:406: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:407: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:408: undefined reference to &amp;#039;GX_Position2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:409: undefined reference to &amp;#039;GX_Color4u8&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:410: undefined reference to &amp;#039;GX_TexCoord2f32&amp;#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:411: undefined reference to &amp;#039;GX_End&amp;#039;
collect2: ld returned 1 exit status
make[1] *** [/c/projects/wii/wiishootinggallery/wiishootinggallery.elf] Error 1
&quot;make&quot;: *** [build] Error 2

&amp;gt;Process Exit Code: 2
&amp;gt;Time Taken: 00:07


Is anyone else experiencing these problems with libwiisprite and the new devkitPRO releases?

LINKS:
Libwiisprite
devkitPRO update</description><link>http://forum.wiibrew.org/read.php?11,4665,4665#msg-4665</link><lastBuildDate>Fri, 12 Jun 2026 13:40:09 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,7514#msg-7514</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,7514#msg-7514</link><description><![CDATA[ There&#039;s a bug in the 0.3.0b release of libwiisprite&#039;s layermanager. I&#039;m sharing it here because it&#039;s been frustrating me for days.<br /><pre class="bbcode">
void LayerManager::Remove(Layer* layer){
                if(layer == NULL)return;
 
                bool shift = false;
 
                for(u32 i = 0; i &lt; _size; i++){
                        // Layer found and shifting everything forward
                        if(shift){
                                _layers<i> = _layers[i+1];
                                if(i+2 == _size){ // One position before stop
                                        _layers[i+1] = NULL; break;
                                }
                        // Or check if the layers are equal and turn shifting on
                        }else if(layer == _layers<i>){
                                _layers<i> = NULL;
                                shift = true;
                                if(i+1 == _size)break;
                        }
                }
 
                if(shift)_size--; // Success!
        }
</i></i></i></pre><br />The problem is apparent if you walk through where layer = _layers[0] and _size = 2.<br /><br /><br />_layers<i> = _layers[i+1]; will be _layers[1] = _layers[2];<br />This will overwrite _layers[1] with garbage, and whatever sprite you had there is now gone. The fixed code is<br /><br /><pre class="bbcode">
void LayerManager::Remove(Layer* layer){
                if(layer == NULL)return;
 
                bool shift = false;
 
                for(u32 i = 0; i &lt; _size; i++){
                        // Layer found and shifting everything forward
                        if(shift){
                                _layers[i-1] = _layers<i>;
                                if(i+1 == _size){ // One position before stop
                                        _layers<i> = NULL; break;
                                }
                        // Or check if the layers are equal and turn shifting on
                        }else if(layer == _layers<i>){
                                _layers<i> = NULL;
                                shift = true;
                                if(i+1 == _size)break;
                        }
                }
 
                if(shift)_size--; // Success!
        }
</i></i></i></i></pre></i>]]></description>
<dc:creator>agoaj</dc:creator>
<category>Coding</category><pubDate>Sat, 10 Jan 2009 02:55:57 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,5092#msg-5092</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,5092#msg-5092</link><description><![CDATA[ <a href="http://www.mediafire.com/download.php?wwycxmg0j0x" rel="nofollow">Recompiled 0.3.0b</a>]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Mon, 15 Dec 2008 21:06:08 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4925#msg-4925</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4925#msg-4925</link><description><![CDATA[ <b><i><u>PROBLEMS SOLVED!!!</u></i></b><br /><br />Heres how to fix libwiisprite:<br /><br />There are two main problems with libwiisprite and the latest devkitPRO releases. 1)GX 2)libfat<br /><br />The first problem is fixed by recompiling and then reinstalling the libwiisprite source code.<br /><br />The second problem is a little trickier. The following code no longer works with libwiisprite:<br /><pre class="bbcode">
image1-&gt;LoadImage("data/image.png");</pre>
It must be changed to:<br /><pre class="bbcode">
image1-&gt;LoadImage("/apps/FOLDER_YOUR_APP_IS_IN/data/image.png");</pre><br />After making the preceding changes, your libwisprite programs will work exactly like they did before. I spent the last 5 days straight working on this and I finally figured it out :) May devkitPRO never update again.<br /><br />Also, for people without the libwiisprite source code I&#039;ll upload a recompiled version of 0.3.0b soon.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 17:13:23 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4918#msg-4918</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4918#msg-4918</link><description><![CDATA[ It&#039;s always been my understanding that "static" means it only exists in this file, and "inline" means the code <i>may be</i> copied directly into the calling function. I&#039;m likely to be completely wrong though. :P]]></description>
<dc:creator>HyperHacker</dc:creator>
<category>Coding</category><pubDate>Sun, 14 Dec 2008 08:57:09 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4828#msg-4828</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4828#msg-4828</link><description><![CDATA[ I always thought that inline implied that it was a static function.]]></description>
<dc:creator>henke37</dc:creator>
<category>Coding</category><pubDate>Thu, 11 Dec 2008 11:45:47 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4813#msg-4813</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4813#msg-4813</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>AerialX</strong><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />Oh, so they got moved! At least they&#039;re not gone. Thank you to both of you for your responses.</div></blockquote>
No, they became inline, meaning that the symbols for the functions don&#039;t exist anymore; their functionality is compiled directly into your program. Read up on inline functions for more info :P</div></blockquote>
Actually, it&#039;s because they&#039;re static. gcc treats inline as a hint and may or may not do it, linking inline functions has been possible for a long while regardless.]]></description>
<dc:creator>lordzid</dc:creator>
<category>Coding</category><pubDate>Thu, 11 Dec 2008 07:10:58 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4795#msg-4795</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4795#msg-4795</link><description><![CDATA[ Installed the latest version of libfat, recompiled and reinstalled libwiisprite, recompiled my apps, and still no change. The images still do not appear onscreen.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Wed, 10 Dec 2008 23:48:18 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4739#msg-4739</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4739#msg-4739</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>AerialX</strong><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />So basically, all I need to do is add the line #include <ogc/gx.h> to the libwiisprite headers, recompile, and that will fix the problem?</div></blockquote>
If you have the libwiisprite source, you shouldn&#039;t need to add an include at all. Just recompile against the new libogc and it&#039;ll work.</div></blockquote><br />I successfully recompiled libwiisprite, successfully recompiled my apps. But when they run, the images are not being drawn to the screen :(<br /><br /><b>EDIT:</b>Nevermind, I just realized a mistake I made. I&#039;m gonna try from the begining again.<br /><br /><b>EDIT 2:</b>Steps I&#039;ve taken: 1)Removed everything I&#039;ve done previously 2)Successfully recompiled and reinstalled libwiisprite 3)Successfully compiled my app<br /><br />When I ran my app none of the images were drawn on the television screen. This leads me to believe that a)There are now bugs with the Draw function or b)There are bugs in the LoadImage function<br /><br />Thoughts?<br /><br /><b>EDIT 3:</b> Looking at problems <a href="http://forum.wiibrew.org/read.php?11,4744" rel="nofollow">other people</a> are having, libfat seems like an ever more likely source of possible error.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Tue, 09 Dec 2008 22:34:47 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4738#msg-4738</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4738#msg-4738</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />Oh, so they got moved! At least they&#039;re not gone. Thank you to both of you for your responses.</div></blockquote>
No, they became inline, meaning that the symbols for the functions don&#039;t exist anymore; their functionality is compiled directly into your program. Read up on inline functions for more info :P<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />So basically, all I need to do is add the line #include <ogc/gx.h> to the libwiisprite headers, recompile, and that will fix the problem?</div></blockquote>
If you have the libwiisprite source, you shouldn&#039;t need to add an include at all. Just recompile against the new libogc and it&#039;ll work.]]></description>
<dc:creator>AerialX</dc:creator>
<category>Coding</category><pubDate>Tue, 09 Dec 2008 22:32:56 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4723#msg-4723</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4723#msg-4723</link><description><![CDATA[ Oh, so they got moved! At least they&#039;re not gone. Thank you to both of you for your responses.<br /><br /><b>EDIT:</b>So basically, all I need to do is add the line #include <ogc/gx.h> to the libwiisprite headers, recompile, and that will fix the problem?]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Tue, 09 Dec 2008 16:52:07 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4717#msg-4717</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4717#msg-4717</link><description><![CDATA[ Hi.<br /><br />As some GX functions have been moved into gx.h inline functions, the current wiisprite binary lib release is not linkable anymore.<br /><br />A new binary release or source is required. I discussed with Chaostail. He was planning to make a new release "within few days".<br /><br />So, hang on.]]></description>
<dc:creator>Hattivatti</dc:creator>
<category>Coding</category><pubDate>Tue, 09 Dec 2008 14:21:44 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4690#msg-4690</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4690#msg-4690</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />As you can see there are only four missing GX variables: GX_TexCoord2f32, GX_Position2f32, GX_Color4u8, and GX_End.</div></blockquote><br />I updated DevkitPro via the WIndows updater yesterday and I found them in ogc/gx.h.<br />They are functions:<br /><br />static inline void GX_TexCoord2f32(f32 s,f32 t)<br />{<br />FIFO_PUTF32(s);<br />FIFO_PUTF32(t);<br />}<br /><br />static inline void GX_Position3f32(f32 x,f32 y,f32 z)<br />{<br />FIFO_PUTF32(x);<br />FIFO_PUTF32(y);<br />FIFO_PUTF32(z);<br />}<br /><br />static inline void GX_Color4u8(u8 r,u8 g,u8 b,u8 a)<br />{<br />FIFO_PUTU8(r);<br />FIFO_PUTU8(g);<br />FIFO_PUTU8(b);<br />FIFO_PUTU8(a);<br />}<br /><br />AND:<br /><br />static inline void GX_End()<br />{<br />}<br /><br />filedate: Friday, 5. December 2008, 23:46:34 (gmt+1)]]></description>
<dc:creator>daniel_c_w</dc:creator>
<category>Coding</category><pubDate>Tue, 09 Dec 2008 05:39:00 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4676#msg-4676</guid>
<title>Re: Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4676#msg-4676</link><description><![CDATA[ The post has been updated with the compilers complete output. As you can see there are only four missing GX variables: GX_TexCoord2f32, GX_Position2f32, GX_Color4u8, and GX_End. I&#039;m assuming that cutting these variables from libogc was an oversight by the developers. If anyone can tell me the values for these variables and what they represent, I should be able to recompile libwiisprite (I have the source from chaosteil from awhile back) with these variables reincluded in the libwiisprite source code.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Mon, 08 Dec 2008 23:39:24 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,4665,4665#msg-4665</guid>
<title>Libwiisprite broken by latest devkitPRO releases?</title><link>http://forum.wiibrew.org/read.php?11,4665,4665#msg-4665</link><description><![CDATA[ Yesterday, I was overjoyed when I discovered the new releases of devkitPRO. I quickly installed the latest versions of devkitPPC, libogc, and libfat. Now, when I attempt to compile my apps (which use libwiisprite of course) it comes up with about 26 lines of errors all in the Draw function of libwiisprite. Each error says something like undefined reference to GX_something. I&#039;ll edit this post later with the compilers exact output.<br /><br />I&#039;m unable to copy and paste the output so I&#039;m slowly retyping it. <s>This is not the complete listing (yet).</s> The listing is now complete.<br /><br /><pre class="bbcode">
&gt; "make"
linking ... wiishootinggallery.elf
c:/devkitPRO/libogc/lib/wii\libwiisprite.a(sprite.o): In function&#039;wsp::Sprite::Draw(float, float) const&#039;:
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:416: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:417: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:418: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:419: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:420: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:421: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:422: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:423: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:424: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:425: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:426: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:427: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:428: undefined reference to &#039;GX_End&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:399: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:400: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:401: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:402: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:403: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:404: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:405: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:406: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:407: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:408: undefined reference to &#039;GX_Position2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:409: undefined reference to &#039;GX_Color4u8&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:410: undefined reference to &#039;GX_TexCoord2f32&#039;
/home/chaosteil/code/wii/libwiisprite/source/sprite.cpp:411: undefined reference to &#039;GX_End&#039;
collect2: ld returned 1 exit status
make[1] *** [/c/projects/wii/wiishootinggallery/wiishootinggallery.elf] Error 1
"make": *** [build] Error 2

&gt;Process Exit Code: 2
&gt;Time Taken: 00:07</pre><br /><br />Is anyone else experiencing these problems with libwiisprite and the new devkitPRO releases?<br /><br /><b>LINKS:</b><br /><a href="http://www.wiibrew.org/wiki/Libwiisprite" rel="nofollow">Libwiisprite</a><br /><a href="http://www.devkitpro.org/devkitppc/devkitppc-release-16-libogc-170-libfat-20081205/" rel="nofollow">devkitPRO update</a>]]></description>
<dc:creator>Arikado</dc:creator>
<category>Coding</category><pubDate>Mon, 08 Dec 2008 16:57:18 +0100</pubDate></item>
</channel>
</rss>