2010/12/2 sergio_101 <sergiolist(a)village-buzz.com>om>:
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