Web Slice Format Specification – Version 0.9

Web Slice Example

The following example shows how a Web Slice is defined on a Web page for an auction.

<div id="slice1">
   <p>Game System - $66.00</p>
   <div>
      <img src="game.jpg">
      <p>Auction ends: <abbr title="2008-02-28T12:00:00-05:00">6 hours</abbr></p>
   </div>
   <a rel="feedurl" href="www.ebay.com/game.xml">Subscribe to Feed</a>
   <p>This item updates every <span>15</span> minutes.</p>
</div>

more http://msdn.microsoft.com/en-us/library/cc304073%28VS.85%29.aspx#_basic

Leave a comment