12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | IBM Confidential
- | OCO Source Materials
- | IBM Cognos Products: BUX
- | (C) Copyright IBM Corp. 2009, 2013
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
- <!-- this entry defines a toolbox iwidget contribution -->
- <atom:entry>
- <atom:id>tag:ibm:cognos:catalog:iwidget:rssviewer</atom:id>
- <atom:title type="text" xml:lang="en">{buxtoolboxcontributormsg:RSS_TOOLBOX_TITLE}</atom:title>
- <atom:summary xml:lang="en">{buxtoolboxcontributormsg:RSS_TOOLBOX_SUMMARY}</atom:summary>
- <atom:updated>2009-03-24T22:01:37Z</atom:updated>
- <atom:link rel="alternate" type="application/x-iwidget+xml" href="{web}/icd/bux/rssfeed.xml"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon16" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rss.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon64" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rss_64.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/thumbnail" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rss_64.gif"/>
- <atom:published>2009-03-24T22:01:37Z</atom:published>
- <atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="toolbox" label="rssviewer"/>
- </atom:entry>
- </atom:feed>
|