rendering rss feed with xml prefix

Philippe Marschall philippe.marschall at gmail.com
Fri Dec 3 06:46:17 MET 2010


2010/12/2 sergio_101 <sergiolist at village-buzz.com>:
>>
>> You probably need to define the itunes name space somewhere else as well.
>>
>
> thanks, phiillipe..
>
> that was my next question..
>
> i have to add this:
>
> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
>
> how would i go about injecting that after:
>
> <?xml version="1.0" encoding="UTF-8"?>

updateRoot: anRssRoot
    super updateRoot: anRssRoot.
    anRssRoot rssAttributes at: 'xmlns:itunes' put:
'http://www.itunes.com/dtds/podcast-1.0.dtd'

Cheers
Philippe


More information about the smallwiki mailing list