2010/12/2 Lukas Renggli <renggli(a)gmail.com>om>:
how would i
use the rss renderer to prefix or use attributes?
Something like this should work:
(rss tag: 'itunes:category')
attributeAt: 'text' put: 'Technology';
with: 'contents of the tag'
You probably need to define the itunes name space somewhere else as well.
Cheers
Philippe