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:published>2009-03-24T22:01:37Z</atom:published>
- <atom:id>tag:ibm.cognos.icd.com,2009-08-23:/sample/bogus/iwidget</atom:id>
- <atom:updated>2009-03-24T22:01:37Z</atom:updated>
- <atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="toolbox" label="webpage"/>
- <atom:title type="text" xml:lang="en">{buxtoolboxcontributormsg:WEBPAGE_TOOLBOX_TITLE}</atom:title>
- <atom:summary xml:lang="en">{buxtoolboxcontributormsg:WEBPAGE_TOOLBOX_SUMMARY}</atom:summary>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon16" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_html_viewer.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon64" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_html_viewer_64.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/thumbnail" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_html_viewer_64.gif"/>
- <atom:link rel="alternate" type="application/x-iwidget+xml" href="{web}/icd/bux/webpage.xml"/>
- </atom:entry>
- </atom:feed>
|