RSS Namespace Extension for Web content
Web Content Management items contain a set of controls which are used to store information for various purposes. The elements in this namespace roughly map to the fields that are available on those controls. Depending on the type of the item, it may or may not contain certain controls so some of the elements in the namespace are only relevant to specific item types. All of the elements in this namespace are sub-elements of <item>, none are used at the <channel> level.
- Add the custom namespace definition to the feed
The first requirement is to add the namespace reference to the <rss> element at the top of the feed.
- Process Control Elements
These elements are used to provide the Web Content Integrator with some information about how to handle the data contained within the <item>.
- Location Control Elements
These elements are used to provide the Web Content Integrator with some information about an item's relative location.
- Identity control elements
Most identification fields in Web Content Management items map directly to core RSS elements; <title> maps to the name field, <description> maps to the description field, and <author> maps to the authors field. Other identification fields can be populated using the following identity control elements.
- Profile Control Elements
Taxonomies and category fields are populated using the RSS <category> element. To populate the Keywords field, a keywords element is required.
- The authoringTemplate element
The authoringTemplate element is used to specify the authoring template that will be applied to the content item. The value of this element should be the name of an existing authoring template.
- Element control element
The element control element is used to populate elements stored in components, sites, site areas and content items.
- Workflow control elements
Workflow elements allow you to specify workflow related parameters when creating items that use a workflow.
- Security control elements
The security control element is used to set access controls on the item being created.
Parent topic:
Feed format specification