Chinaunix首页 | 论坛 | 博客
  • 博客访问: 468073
  • 博文数量: 724
  • 博客积分: 40000
  • 博客等级: 大将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 14:47
文章分类

全部博文(724)

文章存档

2011年(1)

2008年(723)

我的朋友

分类:

2008-10-13 17:20:44

Sample RSS 1.0 Document

  
    The XML Files
    http://skonnard.com/blog
    by Aaron Skonnard
    
    
      
        
        
      
    
   
  
    skonnard.com
    http://skonnard.com/blog
    http://skonnard.com/blog/images/image.gif
  
  
    1st blog entry
    http://skonnard.com/blog/entry1
    This is my first blog entry.
    2004-01-13T17:16:44.9803903-07:00
  
  
    2nd Blog Entry
    http://skonnard.com/blog/entry1
    This is my second blog entry.
    2004-01-13T17:16:45.9803903-07:00
  


Sample RSS 2.0 Document

  
    The XML Files
    http://Skonnard.com/blog
    by Aaron Skonnard
    
      http://skonnard.com/blog/images/image.gif
      skonnard.com
      http://skonnard.com/blog/
    
              
      1st blog entry
      http://skonnard.com/blog/entry1
      This is my first blog entry.
      Wed, 14 Jan 2004 17:16:44 GMT
    
    
      2nd blog entry
      http://skonnard.com/blog/entry1
      This is my second blog entry
      Wed, 14 Jan 2004 17:16:45 GMT
    
  


Sample Atom 0.3 Feed

  The XML Files
  http://skonnard.com/blog/
  2004-01-13T17:16:45.0004199-07:00
  by Aaron Skonnard
  
    Aaron Skonnard
  
  
    1st blog entry
    http://skonnard.com/blog/entry1
    2004-01-13T17:16:44.9803903-07:00
    
      
        

This is my first blog entry

2nd blog entry http://skonnard.com/blog/entry2 2004-01-13T17:16:45.9803903-07:00

This is my second blog entry


Sample Blogroll (OPML)

   Aaron's Favorite Blogs 
  
    
    
        
  


Generating an RSS 2.0 Feed in ASP.NET
<%@ Page language="c#" Codebehind="rss.aspx.cs" 
    AutoEventWireup="false" Inherits="SimpleBlog.rss" %>

  
    My Blog        
    http://localhost/simpleblog/default.aspx
    A weblog about nothing...
    en-us
    
      
        
        <%#DataBinder.Eval(Container.DataItem,
            "title")%>
        <%#DataBinder.Eval(
            Container.DataItem,"description")%>
        <%#DataBinder.Eval(Container.DataItem, 
            "pubdate") %>
        <%# DataBinder.Eval(Container.DataItem, "link") %>
        
      
    
  


RSS Aggregator Web User Control
<%@ Control Language="c#" AutoEventWireup="true" 
    EnableViewState="false" Debug="true"%>
<%@ Import namespace="System.Xml" %>
<%@ OutputCache Duration="1800" VaryByParam="none" %>



UNUG Blogs


--------------------next---------------------

阅读(196) | 评论(0) | 转发(0) |
0

上一篇:欢迎阅读我的文章

下一篇:清理VC工程

给主人留下些什么吧!~~