<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/southidc" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/southidc" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 22 Aug 2005 17:17:00 GMT</lastBuildDate><title>southidc的专栏</title><link>http://blog.csdn.net/southidc/</link><item><title>Render方法生成静态页</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461673.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461673.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461673</trackback:ping><description>//请参考下面的例子

void Page_Load(){
.

Response.Charset=&quot;&quot;;&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461673.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 01:17:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461673.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461673.aspx</guid><dc:creator>southidc</dc:creator></item><item><title>根据数据库生成xml二法</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461671.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461671.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461671.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461671</trackback:ping><description>private void WriteXmlToFile(DataSet thisDataSet) {
    if (thisDataSet == null) { return; }
    // Create a file name to write to.
    string filename = &quot;myXmlDoc.xml&quot;;
    // Create the FileStream to write with.
    System.IO.FileStream myFileStream = new System.IO.FileStream
       (filename, System.IO.FileMode.Create);
    // Create an XmlTextWriter with the fileStream.
    System.Xml.XmlTextWriter myXmlWriter = 
       new System.Xml.XmlTextWriter(myFileStream, System.Text.Encoding.&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461671.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 01:16:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461671.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461671.aspx</guid><dc:creator>southidc</dc:creator></item><item><title>生成xml</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461670.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461670.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461670.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461670</trackback:ping><description>xml


  
    
      
    
    
      
    
  
&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461670.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 01:15:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461670.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461670.aspx</guid><dc:creator>southidc</dc:creator></item><item><title>asp.net生成静态页</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461667.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461667.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461667.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461667</trackback:ping><description>//生成HTML页
  public static bool WriteFile(string strText,string strContent,string strAuthor) 
  {
   string path = HttpContext.Current.Server.MapPath(&quot;/news/&quot;);
   Encoding code = Encoding.GetEncoding(&quot;gb2312&quot;);
   // 读取模板文件
   string temp = HttpContext.Current.Server.MapPath(&quot;/news/text.html&quot;);
   StreamReader sr=null;
   StreamWriter sw=null;
   string str=&quot;&quot;;  
   try&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461667.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 01:14:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461667.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461667.aspx</guid><dc:creator>southidc</dc:creator></item><item><title>用ADSI控制IIS创建网站, 虚拟目录…… (C#)</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461666.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461666.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461666.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461666</trackback:ping><description>这是当年赶工的网站用到的东东, 结果快做完了警察叔叔来个网站要备案,朋友不干了,我也停工了,

翻出来共享了~
&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461666.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 01:11:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461666.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461666.aspx</guid><dc:creator>southidc</dc:creator></item><item><title>DataList里套DataGrid，DataBind嘛搞？</title><link>http://blog.csdn.net/southidc/archive/2005/08/22/461653.aspx</link><wfw:comment>http://blog.csdn.net/southidc/comments/461653.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/southidc/comments/commentRss/461653.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=461653</trackback:ping><description>这是九婆婆给的方法：
完整的例子：
◆MyGrid.ascx:

&lt;img src =&quot;http://blog.csdn.net/southidc/aggbug/461653.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Aug 2005 00:55:00 +0800</pubDate><author>southidc</author><comments>http://blog.csdn.net/southidc/archive/2005/08/22/461653.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/southidc/archive/2005/08/22/461653.aspx</guid><dc:creator>southidc</dc:creator></item></channel></rss>