<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft RSS Blog : Lists</title><link>http://blogs.msdn.com/rssteam/archive/tags/Lists/default.aspx</link><description>Tags: Lists</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Understanding Lists and SLE</title><link>http://blogs.msdn.com/rssteam/archive/2006/03/29/564154.aspx</link><pubDate>Wed, 29 Mar 2006 19:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:564154</guid><dc:creator>rss</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/rssteam/comments/564154.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rssteam/commentrss.aspx?PostID=564154</wfw:commentRss><description>&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;BR&gt;Hey! This is Arvind. I am a Software Design Engineer in Test in the RSS Team working on among other things, the implementation of the &lt;A href="http://msdn.microsoft.com/xml/rss/sle"&gt;Simple List Extensions&lt;/A&gt; in IE7 and the Windows RSS Platform.&lt;/P&gt;
&lt;P&gt;There have been a few posts on RSS in IE7 regarding the &lt;A href="http://blogs.msdn.com/rssteam/archive/2006/02/02/523555.aspx"&gt;user experience&lt;/A&gt;, the &lt;A href="http://blogs.msdn.com/rssteam/archive/2006/02/02/522642.aspx"&gt;RSS Platform&lt;/A&gt;, and the &lt;A href="http://blogs.msdn.com/rssteam/archive/2006/03/28/563116.aspx"&gt;Simple List Extensions&lt;/A&gt;.&amp;nbsp; As Sean mentioned in the previous post, there are two parts to the Simple List Extensions: the ability to treat a feed as list and the ability to define customized sorting and filtering functions. &lt;/P&gt;
&lt;P&gt;I want to go into details about the benefits of &lt;STRONG&gt;using SLE to define a list&lt;/STRONG&gt; and how it impacts the user experience and the platform. This is a fairly long post, so I’ve split it into 4 parts: the ‘why’, the ‘how’, ‘what’ and ‘when’ about lists!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;I - Why do we need Lists&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Feeds are used in various applications today. There are news feeds that keep users updated on the latest headlines; blogs that give an insight into experiences; media feeds of photos, audio, and video; travel feeds that provide discounted fares; and commerce feeds on product availability. By subscribing, users can continually get new information and updates to existing items across all of these feeds.&amp;nbsp; However, there are cases when outdated items need to be treated differently. &lt;/P&gt;
&lt;P&gt;Let us take a closer look by comparing two different feeds. &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;a) News Feeds &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Every time a news site publishes new items on its feed, the RSS Platform downloads and adds these new items to the existing store of items (which posted earlier by the publisher). The user has the capability to view the recent additions as well as the items published a few days earlier since the RSS platform stores all items for this feed. News feeds and blogs, by their nature, are particularly well-suited to archiving.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;b) Lowest Fares Feed from a Travel Agency&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Now consider a feed from a travel agency of the latest &amp;amp; lowest fares available for purchase.&amp;nbsp; If you view a travel website, it displays the fares that are relevant for the moment by removing fares that have been sold out or expired and introducing new promotional fares. The website’s feed also reflects the relevant fares and remove the outdated ones. When a user is subscribed to the feed, new and updated items in the feed are added to the aggregator’s local store. &lt;/P&gt;
&lt;P&gt;The problem is that the local store reflects a mixture of new, changed, and old items that may be outdated or unavailable. There is no easy way for the user to distinguish the available fares from the unavailable ones. Clicking on an outdated fare may lead to an error that specifies that the 'Page does not exist.’ This can confuse the user and can lead to a unusable experience.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Detailed example&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Let’s say that a user is subscribed to a travel agent feed on March 18th.&amp;nbsp; The live feed is the feed published by the web server on the left, and on the right is the user’s subscribed feed that is consumed in a RSS aggregator.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://sean.members.winisp.net/posts/sle/Image01-RegularFeed.jpg"&gt;&lt;/P&gt;
&lt;P&gt;By March 21st, there are new fares available on the live feed.&amp;nbsp; Also, some of the fares have expired – like the trip to Chicago.&amp;nbsp; A traditional aggregator adds the new fares but doesn’t delete the expired fares. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://sean.members.winisp.net/posts/sle/Image02-3dayRegularFeed.jpg"&gt;&lt;/P&gt;
&lt;P&gt;This means that the user now has to distinguish what is expired from the relevant items.&amp;nbsp; The problem only gets worse over time. The experience after 3 months of subscribing to the feed results in more outdated items. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://sean.members.winisp.net/posts/sle/Image03-3monthRegularFeed.jpg"&gt;&lt;/P&gt;
&lt;P&gt;For these kinds of feeds, a better experience would to see the same data in the aggregator as the feed on the web server (live feed). The aggregator should also indicate which items are new since the last time the user viewed the feed.&amp;nbsp; In order for a user to benefit from these kinds of feeds, there needs to be a way that a feed publisher can indicate to an aggregator to keep only the relevant information.&lt;/P&gt;
&lt;P&gt;In the diagram below, we've gone back to the first update. On the right is a list feed that mirrors the feed on the web server. By subscribing to the list feed, outdated items are removed and new items are marked as ‘new.’&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://sean.members.winisp.net/posts/sle/Image04-3dayRegularAndListFeed.jpg"&gt;&lt;/P&gt;
&lt;P&gt;By having publisher express that their feed is really a list feed, users can gain value of subscribing to these feeds to automatically get new items and interact with only useful data.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;II - How to create a List&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Simple List Extension’s&amp;nbsp;“treatAs” feature was created for exactly this scenario – to allow feed publishers to indicate to an aggregator that only the current set is relevant to the user.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So, how does one mark a feed as a list? Really simple! Add the &lt;STRONG&gt;&lt;FONT face="Courier New"&gt;&amp;lt;cf:treatAs&amp;gt;list&amp;lt;cf:treatAs&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; tag as a child element of the top-level channel (or feed)&amp;nbsp;element. SLE provides a useful feature with minimal developer work – and best of all, because its defined in a namespace, if an aggregator doesn’t understand the new element, it will ignore it and continue to handle the feed as it normally does (the results will be less-than-ideal, but at least the user will see the data).&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;RSS 2.0 Feed as a List&lt;BR&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;FONT face="Courier New"&gt;&amp;lt;rss version="2.0"&amp;nbsp; xmlns:cf="&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;http://www.microsoft.com/schemas/rss/core/2005&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;channel&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;cf:treatAs&amp;gt;list&amp;lt;/cf:treatAs&amp;gt;&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt; Lowest Available Fares today &amp;lt;/title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..........&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..........&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; &amp;lt;/channel&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;lt;/rss&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;EM&gt;Atom 1.0 Feed as a List&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;lt;feed xmlns="&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;http://www.w3.org/2005/Atom&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;xmlns:cf="&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;http://www.microsoft.com/schemas/rss/core/2005&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;cf:treatAs&amp;gt;list&amp;lt;/cf:treatAs&amp;gt;&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;Lowest Available Fares today&amp;lt;/title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;..........&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;..........&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;..........&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;lt;/feed&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;III. How does the RSS Platform and IE feed view behave when viewing a list?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Let us look at how the RSS Platform and the IE7 Feed Reading View deal with list feeds.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The RSS Platform stores all of the items in a feed and on a scheduled basis, it checks the live feed (on the website) for updates. When it detects a list feed (via the presence of the treatAs element), it compares the existing items stored for the feed with the live feed items. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If an item in the local feed store is no longer in the live feed, the item in the feed store is removed. 
&lt;LI&gt;If an item in the live feed is new, then it is added to the feed store and marked as ‘unread’ (i.e. it appears new to the user). 
&lt;LI&gt;If an item in the live feed is already in the local feed store, but the content is different than the one stored locally, then the item in the feed store is updated.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The RSS Platform also preserves the order of the items exactly as it appears on the live feed.&amp;nbsp; In some list feeds like “Top 10 Movies” the order in which the items appear bear relevance.&lt;/P&gt;
&lt;P&gt;The user can read feeds in IE7 using the IE Feed Viewer.&amp;nbsp; The reading experience for lists is virtually the same as feeds:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Items that are updated or new since the last published time are marked as ‘new’ using a blue color and bolded text. 
&lt;LI&gt;Items that are NOT new are marked as ‘read’ using a grey color. 
&lt;LI&gt;When a user views the list feed, all items are automatically marked as ‘viewed.’&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The differences the user sees in a list feed that is different from a regular feed are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;By default, the items are sorted in order as they appear on the live feed (for ordinary feeds, the default is to sort by the date the item was published/modified). The user can reverse the sort order, or sort by any other relevant sorting. 
&lt;LI&gt;By default, all items are shown (for ordinary feeds, the default is to show only unread items).&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;IV When to use lists&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here are some scenarios where list feeds are more appropriate than regular feeds. These applications almost always provide a relevant set of items and don’t want the user to see old/archived data.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;1. Feeds that list the ‘Top N’&lt;BR&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;Examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Top 10 Movies of the weekend 
&lt;LI&gt;The ‘Top 10 Expensive Real Estates for the month 
&lt;LI&gt;The 100 most downloaded songs of the week &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Here are some examples of live Top N feeds that are using SLE today.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Yahoo! Music &lt;A href="http://rss.music.yahoo.com/charts/rssTopSongs.xml"&gt;Top Songs&lt;/A&gt; 
&lt;LI&gt;Yahoo! Music &lt;A href="http://rss.music.yahoo.com/charts/rssTopVideos.xml"&gt;Top Videos&lt;/A&gt; 
&lt;LI&gt;Yahoo! Music &lt;A href="http://rss.music.yahoo.com/charts/rssTopAlbums.xml"&gt;Top Albums&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;2. Feeds that reflect a user’s list of things (wish lists, bridal registries, todo lists, etc.). &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Let’s take wishlists as an example. Imagine an item the user removed from the wish list because he already received it. If this was a regular feed and was archived, a friend who views this wish list could end up gifting the item the user already has! &lt;/P&gt;
&lt;P&gt;This is an example of a Amazon wish list using SLE:&amp;nbsp;Jeff Bezo's &lt;A href="http://xml-us.amznxslt.com/onca/xml?SubscriptionId=1FJCCJ9W5JQJB6WDRM02&amp;amp;ListId=BUWBWH9K2H77&amp;amp;Style=http%3A%2F%2Fimages.amazon.com%2Fmedia%2Fi3d%2F01%2Famzn-wishlist-xsl-1-0.css%3Fv%3D1.0-0&amp;amp;ListType=WishList&amp;amp;ResponseGroup=ListFull%2CLarge%2CReviews&amp;amp;Service=AWSECommerceService&amp;amp;Operation=ListLookup"&gt;Wish List &lt;/A&gt;on Amazon.com.&lt;/P&gt;
&lt;P&gt;You can make your own and share with your friends and family, too.&amp;nbsp; Watch the video &lt;A href="http://blog.mix06.com/virtualmix/archive/2006/03/15/Amazon.aspx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;3. Feeds of available products &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;For example, an auction site. The feed can contain sellers’ items with a particular product match.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;Here's an example of an eBay search for &lt;A href="http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&amp;amp;siteId=0&amp;amp;language=en-US&amp;amp;output=RSS20&amp;amp;copagenum=1&amp;amp;saprclo=&amp;amp;fsop=1&amp;amp;fsoo=1&amp;amp;catref=C6&amp;amp;coaction=compare&amp;amp;ftrv=1&amp;amp;ftrt=1&amp;amp;sacat=-1&amp;amp;from=R10&amp;amp;satitle=xbox+360+premium+console&amp;amp;coentrypage=search&amp;amp;saprchi="&gt;Xbox 360&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;4. Lists of open issues&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The RSS Team is also using list feeds internally to improve the process of tracking active bugs in IE7 during the development process. New bugs get opened and old bugs are resolved every day, and all bugs are stored in a database. When a developer wants to know what bugs to work on, she queries the database. These queries can get slower over time as more people are doing queries.&lt;/P&gt;
&lt;P&gt;To alleviate this issue (and to try out SLE, of course), we created a list feed that lists all the active bugs for each IE7 feature. Every day as the list of bugs changes, the feed updates itself to reflect this new list of bugs. &lt;/P&gt;
&lt;P&gt;The traffic to the database server is substantially reduced because the database has to be contacted ONLY once to create the Bugs List as opposed to creating a connection with the database every time a user wants to find out the active list of bugs. &lt;/P&gt;
&lt;P&gt;When developers on the team subscribe to this list feed and view it in IE7 (or any other application using the RSS Platform), they see ONLY the relevant active bugs opened against their feature. Using SLE, we have made the process of tracking active issues very simple, fast and scalable.&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Thanks for reading.&amp;nbsp; I’m excited to see feeds develop and take form as list feeds.&amp;nbsp; If you have any feedback, please leave a comment.&lt;/P&gt;
&lt;P&gt;- Arvind&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=564154" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rssteam/archive/tags/Lists/default.aspx">Lists</category></item><item><title>Simple List Extensions in action</title><link>http://blogs.msdn.com/rssteam/archive/2006/03/28/563116.aspx</link><pubDate>Tue, 28 Mar 2006 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:563116</guid><dc:creator>rss</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/rssteam/comments/563116.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rssteam/commentrss.aspx?PostID=563116</wfw:commentRss><description>&lt;P&gt;Last summer, at Gnomedex 5.0, we announced the &lt;A href="http://blogs.msdn.com/rssteam/articles/SimpleListExtensionsExplained.aspx"&gt;Simple List Extensions&lt;/A&gt; (SLE), which allow RSS and Atom feeds to be marked up with new tags that allow sorting/filtering and what we call "list semantics." There’s been a lot of feedback from the community and the specification has been updated and posted to a &lt;A href="http://msdn.microsoft.com/xml/rss/sle"&gt;permanent location&lt;/A&gt; on MSDN.&lt;/P&gt;
&lt;P&gt;At &lt;A href="http://blogs.msdn.com/rssteam/archive/2006/02/24/538493.aspx"&gt;Mix06&lt;/A&gt;&amp;nbsp;last week, Dean Hachamovitch gave the keynote address on Next Generating Browsing, during which he&amp;nbsp;showed off great &lt;STRONG&gt;&lt;EM&gt;live&lt;/EM&gt;&lt;/STRONG&gt; examples of feeds that implement the Simple List Extensions, built by Amazon, eBay, Yahoo, and MSN Spaces.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Amazon&lt;/STRONG&gt;&lt;BR&gt;&lt;/EM&gt;The Amazon Web Services team did some great work in setting up RSS feeds for wishlists. Just go to &lt;A href="http://www.amazon.com/"&gt;amazon.com&lt;/A&gt;, find anyone’s wishlist and click on the fancy &lt;A href="http://blogs.msdn.com/rssteam/archive/2005/12/14/503778.aspx"&gt;orange icon&lt;/A&gt; at the top of the page. &lt;/P&gt;
&lt;P&gt;Here’s a live&amp;nbsp;&lt;A href="http://xml-us.amznxslt.com/onca/xml?SubscriptionId=1FJCCJ9W5JQJB6WDRM02&amp;amp;ListId=BUWBWH9K2H77&amp;amp;Style=http%3A%2F%2Fimages.amazon.com%2Fmedia%2Fi3d%2F01%2Famzn-wishlist-xsl-1-0.css%3Fv%3D1.0-0&amp;amp;ListType=WishList&amp;amp;ResponseGroup=ListFull%2CLarge%2CReviews&amp;amp;Service=AWSECommerceService&amp;amp;Operation=ListLookup"&gt;&lt;STRONG&gt;example&lt;/STRONG&gt;&lt;/A&gt;, and a &lt;A href="http://blog.mix06.com/virtualmix/archive/2006/03/15/Amazon.aspx"&gt;video&lt;/A&gt;&amp;nbsp;from Mix06 showing these feeds in action. Jeff Barr &lt;A href="http://aws.typepad.com/aws/2006/03/easy_access_to_.html"&gt;posts&lt;/A&gt; more details over on the Amazon Web Services blog.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;eBay&lt;/EM&gt;&lt;BR&gt;&lt;/STRONG&gt;In addition to the feeds from eBay stores that they've had for a few months,&amp;nbsp;eBay is now providing RSS feeds on search results (Arturo Zacarias &lt;A href="http://www2.ebay.com/aw/core/200603.shtml#2006-03-20091242"&gt;posted&lt;/A&gt; the details on the eBay announcements list).&lt;/P&gt;
&lt;P&gt;The search results and the existing store feeds are SLE-enhanced to allow very granular filtering on different categories and filters. This is one of the best examples to date of using the sorting and filtering to their fullest. &lt;/P&gt;
&lt;P&gt;Pick an &lt;A href="http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&amp;amp;siteId=0&amp;amp;language=en-US&amp;amp;output=RSS20&amp;amp;copagenum=1&amp;amp;saprclo=&amp;amp;fsop=1&amp;amp;fsoo=1&amp;amp;catref=C6&amp;amp;coaction=compare&amp;amp;ftrv=1&amp;amp;ftrt=1&amp;amp;sacat=-1&amp;amp;from=R10&amp;amp;satitle=xbox+360+premium+console&amp;amp;coentrypage=search&amp;amp;saprchi="&gt;&lt;STRONG&gt;item&lt;/STRONG&gt;&lt;/A&gt; you've been trying to find and just type it into the search box on &lt;A href="http://www.ebay.com/"&gt;ebay.com&lt;/A&gt; and subscribe to the feed using the button at the bottom of the page.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Yahoo! Music&lt;/STRONG&gt;&lt;BR&gt;&lt;/EM&gt;Yahoo! Music has been providing RSS &lt;A href="http://music.yahoo.com/rss/"&gt;feeds&lt;/A&gt; for their Top Songs, Albums and Videos for some time. Now these feeds are enhanced with SLE to provide sorting and filtering controls, as well as to indicating that these feeds are really &lt;EM&gt;lists&lt;/EM&gt;. SLE-supporting aggregators will treat these kinds of feeds in the way that the publisher intended – as a single entity. We’ll post later today about how exactly this "list semantic" works.&lt;/P&gt;
&lt;P&gt;Here’s a direct link to the Yahoo! Music Top 10 Songs &lt;A href="http://rss.music.yahoo.com/charts/rssTopSongs.xml"&gt;&lt;STRONG&gt;list&lt;/STRONG&gt;&lt;/A&gt;. Ian Rogers &lt;A href="http://ymusicblog.com/blog/2006/03/21/yahoo-music-at-mix-06-ajax-ymu-rss-sle/"&gt;posts&lt;/A&gt; more on the Yahoo! Music blog.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MSN Spaces&lt;BR&gt;&lt;/STRONG&gt;&lt;/EM&gt;The folks over at MSN Spaces&amp;nbsp;quietly added SLE support to all of their feeds earlier this month. Mike Torres &lt;A href="http://spaces.msn.com/mike/Blog/cns!FBABF8E542F5D5DB!5939.entry"&gt;blogged&lt;/A&gt; about what they've done. Here’s an &lt;A href="http://spaces.msn.com/mike/feed.rss"&gt;&lt;STRONG&gt;example&lt;/STRONG&gt;&lt;/A&gt; using his feed. This really shows how SLE can be used to enhance even blog feeds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Needless to say, I’m very excited to see RSS used in these cool ways on sites as diverse as these, and I'm even more excited to see SLE being used to make these feeds even more useful to users.&lt;/P&gt;
&lt;P&gt;On a related note, SLE has been getting some other mentions around the blogosphere. Charlie Wood &lt;EM&gt;&lt;A href="http://www.globelogger.com/item.php?id=605"&gt;predicts&lt;/A&gt;&lt;/EM&gt;: “&lt;EM&gt;As more enterprise applications become RSS-enabled, I predict that an RSS reader that doesn't support Simple List Extensions will become as retrograde as a web browser that doesn't support tables&lt;/EM&gt;.” I have to say that&amp;nbsp;I agree completely :).&lt;/P&gt;
&lt;P&gt;There’s no better way to find out how these Simple List Extensions work than to install &lt;A href="http://www.microsoft.com/ie"&gt;IE 7 Beta 2 Preview&lt;/A&gt; (updated&amp;nbsp;March 20&amp;nbsp;– check out the cleaner feed view!), and just click on the examples above. They all show off the sorting and filtering features of SLE amazingly well. &lt;/P&gt;
&lt;P&gt;Thanks to everyone involved in getting these feeds online! &lt;BR&gt;- Sean &lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=563116" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rssteam/archive/tags/Lists/default.aspx">Lists</category><category domain="http://blogs.msdn.com/rssteam/archive/tags/RSS+Support+in+IE/default.aspx">RSS Support in IE</category></item><item><title>Simple List Extensions - Spec update</title><link>http://blogs.msdn.com/rssteam/archive/2005/08/26/456685.aspx</link><pubDate>Fri, 26 Aug 2005 14:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:456685</guid><dc:creator>rss</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/rssteam/comments/456685.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rssteam/commentrss.aspx?PostID=456685</wfw:commentRss><description>&lt;P&gt;As promised, I've posted a local (draft) version of the updated&amp;nbsp;&lt;A href="http://blogs.msdn.com/rssteam/articles/SimpleListExtensions.aspx"&gt;Simple List Extensions 1.0&lt;/A&gt;&amp;nbsp;(which we're mirroring on this site while we get the MSDN site updated)&amp;nbsp;as well as a companion document (&lt;A href="http://blogs.msdn.com/rssteam/articles/SimpleListExtensionsExplained.aspx"&gt;SLX Explained&lt;/A&gt;) with samples, examples, and more detailed explanations. &lt;/P&gt;
&lt;P&gt;The idea is that the companion document will evolve much more often as people ask questions&amp;nbsp;or need clarification and will serve as a permanent record of useful questions and clarifications. Whenever we post a major change to either document, we'll post to the blog.&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;BR&gt;Sean&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=456685" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rssteam/archive/tags/Lists/default.aspx">Lists</category></item><item><title>Our welcome from (and to) the community</title><link>http://blogs.msdn.com/rssteam/archive/2005/06/25/432686.aspx</link><pubDate>Sat, 25 Jun 2005 19:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:432686</guid><dc:creator>rss</dc:creator><slash:comments>38</slash:comments><comments>http://blogs.msdn.com/rssteam/comments/432686.aspx</comments><wfw:commentRss>http://blogs.msdn.com/rssteam/commentrss.aspx?PostID=432686</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Well, this is has been quite a fun 30 hours. Yesterday, at &lt;A href="http://www.gnomedex.com"&gt;Gnomedex&lt;/A&gt; 5.0&amp;nbsp;Dean, GM of the Browsing and RSS&amp;nbsp;Technologies team (and frequent &lt;A href="http://blogs.msdn.com/ie"&gt;IEBlog&lt;/A&gt;&amp;nbsp;poster), announced a bunch of RSS-related features of Longhorn. Details of all that are on the &lt;A href="http://msdn.microsoft.com/windowsvista/building/rss/"&gt;MSDN&lt;/A&gt; site. &lt;/FONT&gt;&lt;/P&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana size=2&gt;The other main thing that Dean talked about is our interest in helping to bring the concept of "lists" to RSS, since we see an amazing amount of user value in doing so. To help move that along, we posted a &lt;A href="http://msdn.microsoft.com/windowsvista/building/rss/simplefeedextensions/"&gt;proposal&lt;/A&gt; on how to do this that contains the main features we think are important about lists. &lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana size=2&gt;(a) A way for the publisher to indicate to a client that&amp;nbsp;the feed is a list.&amp;nbsp;Consumers&amp;nbsp;should then process the list in a slightly different way from&amp;nbsp;normal feeds. &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana size=2&gt;In&amp;nbsp;the&amp;nbsp;specification, we used a feed-level element called "cf:treatAs", with the value of "list" ("cf"&amp;nbsp;represents&amp;nbsp;the namespace we're using for these extensions -- it's defined in the specification).&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;&lt;FONT face=Verdana size=2&gt;(b) A way for the publusher to indicate to a client which of the elements on the items in the feed are interesting for the client to expose to the user for sorting and pivoting.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;In the spec, we used a set of elements at the feed level which are structured like so:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;FONT face=Verdana size=2&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;lt;cf:listinfo&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cf:sort&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;element data-type="date|text|number"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;User-readable name for the element&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/element&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;lt;/cf:sort&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;cf:group&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;element&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;User-readable name for the group.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/element&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/cf:group&amp;gt;&lt;BR&gt;&amp;lt;/cf:listinfo&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Well, we've been hearing a lot of great feedback about these lists, including&amp;nbsp;&lt;A href="http://philringnalda.com/blog/2005/06/ms_embraces_rss.php"&gt;Phil Ringnalda's&lt;/A&gt; comments&amp;nbsp;which point out some concerns that he has with the way the spec re-uses element names which are technically defined in someone else's namespace. &lt;/P&gt;
&lt;P dir=ltr&gt;In Phil's comments, &lt;A href="http://philringnalda.com/blog/2005/06/ms_embraces_rss.php#010079"&gt;Matthew Gertner&lt;/A&gt;, and &lt;A href="http://philringnalda.com/blog/2005/06/ms_embraces_rss.php#010091"&gt;Tim Bray&lt;/A&gt;&amp;nbsp;suggest a different structure, which I'll reproduce here:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P dir=ltr&gt;&lt;FONT face="Courier New"&gt;&amp;lt;cf:listinfo&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;cf:sort name="element" ns="namespace" data-type="date|text|number"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;User-readable name for the&amp;nbsp;element&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/cf:sort&amp;gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;cf:group name="element" ns="namespace"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;User-readable name for the&amp;nbsp;group&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/cf:group&amp;gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;BR&gt;&amp;lt;/cf:listinfo&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;I think this is better. It still keeps the basic idea of helping the consuming app&amp;nbsp;to present useful information to its clients, and its easier for people to parse.&lt;/P&gt;
&lt;P dir=ltr&gt;So... what do people think? This is an easy change to make, and if the community is in favour, I will make change the spec to this format.&lt;/P&gt;
&lt;P dir=ltr&gt;- Sean &lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=432686" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/rssteam/archive/tags/Lists/default.aspx">Lists</category><category domain="http://blogs.msdn.com/rssteam/archive/tags/RSS+Platform/default.aspx">RSS Platform</category></item></channel></rss>