What is the syntax of <itunes:block>?
Is it an empty element, thus: <itunes:block/>?
Or is it a yes/no value, thus <itunes:block>yes</itunes:block>?
Here's the current practice:
At the episode level:
If the block is present and true, the episode is marked unavailable.
If not present OR present false, the episode is marked active if it's
currently unavailable.
At the feed level:
If the block is present and true, the feed is marked removed.
If the block is present and false, the feed is marked active if it's
currently removed
if the block is NOT present, no state change at the feed level is
attempted
True/False:
If there is a block AND the value is "yes" case-insensitive:
<itunes:block>yes</itunes:block>
Then the value is considered true. If the block is present and the
String is any other value, it's considered false.
Thanks for the feedback; I'll try to make sure we clear this up in
future versions of the spec.
Thanks,
- Ernie P.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
syndication-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/syndication-dev/email@hidden