[ad_1]
I’m trying to create an rss feed for my podcast. I can write most of the tags I need using the Elementree
package. But not all of them. Google’s guidelines require tags like:
<itunes:image href=”https://google.com/google_podcast_cover_art.jpg”/>
I cannot figure out how to create tags that have colon (:) in the middle.
I’ve seen this answer but it doesn’t do this exactly (and I don’t get its logic either).
So, the question is, how do I write tags of the form above in my XML?
[ad_2]