rendering rss feed with xml prefix

Lukas Renggli renggli at gmail.com
Thu Dec 2 18:57:18 MET 2010


On 2 December 2010 14:35, sergio_101 <sergiolist at village-buzz.com> wrote:
>>
>>   (rss tag: 'itunes:category')
>>      attributeAt: 'text' put: 'Technology';
>>      with: 'contents of the tag'
>>
>
> i got this working.. here's where it gets confusing to me.. this tag
> has other elements.. it looks like this:
>
> <itunes:category text="Technology">
>
> <itunes:category text="Gadgets"/>
>
> </itunes:category>
>
> where "Gadgets" is the sub category..
>
> how would i add a new entry to the above? like what would be the
> syntax to nest those tags?

I don't understand the question. The RSS renderer is exactly like the
HTML renderer of Seaside. You can nest tags with #with:.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch



More information about the smallwiki mailing list