+

Search Tips   |   Advanced Search

The Atom list-rendering profile

IBM Digital Data Connector provides a list-rendering profile that is ready to use for access to feeds that comply with the Atom syndication format standard.

This profile is named ibm.portal.atom. The profile is deployed as custom properties of the WP List Rendering Profile Service resource environment provider in the WAS console. To display the profile, open the Custom Properties view of that resource environment provider in the WAS console and activate a key filter by specifying atom.*.

To use this profile in the lists, set the profile attribute of the ListRenderingContext rendering plug-in tag to the value ibm.portal.atom. Example:

[Plugin:ListRenderingContext action="set" 
 extension-id="ibm.portal.ddc.xml" profile="ibm.portal.atom"     
 attribute="source=https://www.ibm.com/connections/communities/service/atom/catalog/public"
 compute="always"]
The Atom list-rendering profile declares the following attributes:

    Alternate URL

    alternateLink
    Link to an alternate representation of the entry or feed, for example a permalink to the HTML version of the entry, or the front page of the weblog.

    Author's email address

    authorEmail
    Email address of the feed entry author.

    Author's Name

    authorName
    Name of the feed entry author.

    Author URL

    authorUri
    URL of the feed entry author.

    Category Labels

    categoryLabels
    Provide a human-readable label for display of the categories.

    Category Schemes

    categorySchemes
    Identifies the categorization schemes via a URI.

    Category Terms

    categoryTerms
    Identifies the categories.

    Content

    content
    The feed entry content.

    null

    contributorEmail
    null

    Contributor's email address

    authorEmail
    Email address of the feed entry contributor.

    Contributor's Name

    contributorName
    Name of the feed entry contributor.

    Contributor URL

    contributorUri
    URL of the feed entry contributor.

    Edit URL

    editLink
    Link to edit the feed entry.

    Enclosure URL

    enclosureLink
    Link to a related resource which is potentially large in size and might require special handling, for example an audio or video recording.

    ID

    id
    Identifier of the feed entry.

    Published Date

    published
    The date the feed entry was published

    Feed URL

    selfLink
    Link to the feed itself.

    Subtitle

    subtitle
    Subtitle of the feed entry.

    Summary

    summary
    Summary of the feed entry.

    Title

    title
    Title of the feed entry.

    Updated Date

    updated
    The date when the feed entry was last updated.


Parent Integrate remote XML data


Related information


The Atom Syndication Format