|
|
|
|
Access Namespace
Extension: Access (Bloglines)
Extension Name: access
Purpose: The Feed Access Control extension
defines the redistribution permissions (or
lack of permissions) associated with the feed.
Declaration: The name space for Access
is defined at http://www.bloglines.com/about/specs/fac-1.0
<rss version="2.0" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
Elements:
The Access namespace declaration is a little
unusual in that it is defined *outside* of
both the Channel and Item elements and while
the RSS specification does not specifically
forbid this it is the only namespace that
I know of that has this sort of implementation.
<access:restriction relationship="allow"
/>
There only two options "allow" or
"deny"
Example:
<!-- Snipped for Brevity -->
<rss version="2.0" xmlns:access=http://www.bloglines.com/about/specs/fac-1.0">
<access:restriction relationship="allow"
/>
<Channel>
<!--Snipped for Brevity-->
|
|
|
|
|