<?xml version="1.0"?>
<rss version="2.0" xmlns:binding="http://www.live.com">
  <channel>
    <!-- Specifies the name of your Gadget -->
    <title>Sandbox</title>
    <!-- Gives a short description of your Gadget -->
    <description>A Windows Live Spaces Gadget that allows you to place HTML inside of gadget.</description>
    <!-- Specifies the default locale for your gadget -->
    <language>en-us</language>
    <!-- Specifies the JavaScript object that defines your Gadget (this object must be defined in the jscript linked to below) -->
    <binding:type>GadgetsDev.SpacesGadgets.HTMLSandbox</binding:type>
    <item>
      <!-- Specifies the JavaScript file that contains the code for your Gadget -->
      <link>htmlsandbox.js</link>
    </item>
    <item>
      <!-- Specifies the css file that contains the styles for your Gadget -->
      <link binding:type="css">htmlsandbox.css</link>
    </item>
    <icons>
      <!-- Specifies a .png file to be used as the icon in the title bar for your gadget -->
      <!-- <icon height="32" width="32">googlevideo.gif</icon> -->
    </icons>
  </channel>
</rss>
