From d26943f0cbbd809d29b37079a020ef857bf6c690 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 11 May 2023 10:00:29 -0500 Subject: [PATCH] remoteItem and podroll tags --- docs/1.0.md | 55 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/docs/1.0.md b/docs/1.0.md index e4bc22c..fa3c8ad 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -1069,10 +1069,52 @@ common use, this list will be updated by the community to reflect that. +



+## Remote Item +``

+This element provides a way to "point" to another feed or an `` in another feed. + +### Parent +  `` or `` or `` + +### Count +  Multiple + +### Attributes +- **feedGuid** (required) The `` of the remote feed being pointed to. +- **feedUrl** (optional) The url of the remote feed being pointed to. +- **itemGuid** (optional) If this remote item element is intended to point to an `` in the remote feed, this + attribute should contain the value of the `` of that ``. +- **medium** (optional) If the feed being pointed to is not of medium type 'podcast', this attribute should contain it's + `` type from the list of types available in this document. + +### Examples +```xml + +``` + +```xml + +``` + +```xml + +``` + + +



## Podroll ``

-This element allows for a podcaster to include references to one or more podcasts in it's `` as a way of +This element allows for a podcaster to include references to one or more podcasts in it's `` as a way of "recommending" other podcasts to their listener. ### Parent @@ -1081,17 +1123,14 @@ This element allows for a podcaster to include references to one or more podcast ### Count   Single -### Attributes -None - ### Node value -  This is a comma separated list of `` values referencing other podcast feeds. +  The node value must be one or more `` elements. ### Example ```xml - 29cdca4a-32d8-56ba-b48b-09a011c5daa9, - 396d9ae0-da7e-5557-b894-b606231fa3ea, - 917393e3-1b1e-5cef-ace4-edaa54e1f810 + + + ``` \ No newline at end of file