<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d31189683\x26blogName\x3dCreate+%26+Manage+Podcast+Feeds\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://rsspodcast.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://rsspodcast.blogspot.com/\x26vt\x3d4319857094222487644', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, July 21, 2006

Topic 2 - Discussion of XML Code with iTunes Tags

If you want your podcast to be fully integrated with Itunes, it is important to have your xml code include the proper tags for use in Itunes.

A really good description of all of those codes in a feed can be found here: description of xml with Itunes tags.

Basically your rss feed code has these parts:

<rss>
<channel>
</item>
<item>
</item>
</channel>



The rss & channel codes at the top would contain the general podcast information, and would happen once in the feed code.


[Click to enlarge - Right Click to Zoom] Here is an example of a screen shot of xml code (written in WordPad) that contains the opening and closing code. Notice the spot reserved in the middle for the items.


The item codes would contain information about each episode with the podcast. You would have one 'set' for each episode. This is where the trick in managing occures. You basically have a Header/footer to your code, with a variable number of items.


[Click to enlarge - Right Click to Zoom]Here is a screenshot of the same code with 2 item sections added for 2 podcast episodes.

This is a basic overview of xml with itunes tags. Be sure to read the above tutorial and then move on to Topic 3!

0 Comments:

Post a Comment

<< Home