<cics:feed> element

The <cics:feed> element in an Atom configuration file contains other elements that describe the CICS® resource that is to be published as a feed. It also specifies the window for the number of entries that CICS is to return in each feed document, and contains elements to specify the style of the request URLs and Atom IDs for entries.

Contained by:

Attributes

window="number"|"8"
The default number of entries that CICS is to return in the Atom feed document. This attribute is optional, and the default window is 8 entries. A client can specify a different window size. The window size only applies when the client makes a request using the URL for the whole Atom feed, or a navigation URL for a partial list of Atom entries. When a client makes a request using the URL of an individual Atom entry, CICS returns only the single requested Atom entry.

Contains:

<cics:selector> element
<cics:authority> element
<cics:resource> element

Example

 <cics:feed window="10">
 </cics:feed>