Templates: Junecode: enclosure
This documentation was updated on Tuesday, February 24, 2009 at 3:54 AM
Inserts an enclosure for an RSS feed. Please note that this tag is somewhat experimental and should be used with caution. Particularly useful for creating podcasts.
Attributes
url: the address of the file to enclose.
length: the size of the file, in bytes. By default Junecode will attempt to determine the size on its own.
type: the MIME type of the file. Required, unless mime_content_type is supported. If mime_content_type is supported, Junecode will attempt to determine the type on its own.
Example
<junecode:enclosure url="" type="x-audio/mp3" />