SubItems Allowed ?
Posted: Mon Mar 21, 2005 10:43 am
Hi
Im trying to make a RSS feed. But it needs sub items - is that allowed ?
Will RSS Reader interpret this ?
Thanks
Im trying to make a RSS feed. But it needs sub items - is that allowed ?
Code: Select all
<item>
<title></title>
<item>
<title></title>
<description></description>
</item>
<item>
<title></title>
<description></description>
</item>
<item>
<title></title>
<description></description>
</item>
<description></description>
</item>Thanks