Topic awaiting preservation: podcasting DTD(s?) (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: raht cheah |
posted 01-18-2006 22:56
I just started looking at publishing a podcast and was mixing up some different tags just monkeying around building the xml file and it didn't validate on my first try. I managed to figure out immediately from the namespace error that it didn't like the itunes: tag I had used because I did not declare the itunes dtd. This revelation immediately led to my first real question about getting this done... is there a standardized document format for podcasts? Should I just stick to RSS like a purist or is it safe to use the iTunes stuff? That is, will it work with non-apple softwares? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-18-2006 23:01
As long as the feed conforms to the RSS podcasting schema you should be fine. |
Maniac (V) Inmate From: raht cheah |
posted 01-18-2006 23:57
after staring at your reply and switching back to my editor and staring, switching back to your post and staring, switch back to the etc, the fog is lifting I believe code: <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
code: <itunes:anything>anything</itunes:anything> |
Maniac (V) Inmate From: raht cheah |
posted 01-19-2006 00:07
and then I read the specs at the dubya three dot org and answered my own questions |