<?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/ubc" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ubc" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 15 Oct 2008 08:45:00 GMT</lastBuildDate><title>ubc的专栏</title><description>石头春秋</description><link>http://blog.csdn.net/ubc/</link><item><title>如何将xml格式的字符串结合xsl文件转换为html 格式字符串输出</title><link>http://blog.csdn.net/ubc/archive/2008/10/15/3078159.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/3078159.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/3078159.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3078159</trackback:ping><description>public string xslt(string _xmlstr ,string _xslpath) //参数是 xml格式字符串  和 xsl文件的路径      {         StringWriter writer = new StringWriter();         //装入xml对象          XmlReader reader;         reader = XmlReader.Create(new StringReader(_xmlstr));         //装入xsl对象          XslCompiledTransform xsldoc = new XslCompiledTransform();         xsldoc.Load(_xslpath);         //把xml转化成html页面          xsldoc.Transform(reader, null, writer);         return writer.ToString();     } &lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/3078159.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Oct 2008 16:45:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2008/10/15/3078159.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2008/10/15/3078159.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>在.net 中 将线性结构数据列表转换为   XML   格式的层次结构</title><link>http://blog.csdn.net/ubc/archive/2008/09/24/2972376.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/2972376.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/2972376.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2972376</trackback:ping><description>&lt;br /&gt;我的数据结构是这样的   ：   &lt;br /&gt;tid       bid       bname       sid       sname &lt;br /&gt;0           100       b1             1000     s1 &lt;br /&gt;0           100   &amp;&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/2972376.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 24 Sep 2008 19:24:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2008/09/24/2972376.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2008/09/24/2972376.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>多线程时要考虑以下准则</title><link>http://blog.csdn.net/ubc/archive/2006/10/23/1346546.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1346546.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1346546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1346546</trackback:ping><description>多线程 准则&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1346546.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Oct 2006 22:34:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/10/23/1346546.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/10/23/1346546.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>SQL精妙语句</title><link>http://blog.csdn.net/ubc/archive/2006/10/19/1340613.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1340613.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1340613.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1340613</trackback:ping><description>SQL精妙语句 &lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1340613.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Oct 2006 19:02:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/10/19/1340613.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/10/19/1340613.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>一个看似简单却复杂的问题：求两个字符串的 左向右匹配 所有的 最长连续的 公共子字符串( 在每个字符串中先后次序相同的) 序列</title><link>http://blog.csdn.net/ubc/archive/2006/09/18/1238875.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1238875.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1238875.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1238875</trackback:ping><description>字符串提取 左向右匹配 最长连续的 公共子字符串&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1238875.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 19 Sep 2006 01:46:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/09/18/1238875.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/09/18/1238875.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>movefun ，你Jabber 了吗？</title><link>http://blog.csdn.net/ubc/archive/2006/09/11/1207099.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1207099.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1207099.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1207099</trackback:ping><description>魔方 Jabber Google talk&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1207099.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 11 Sep 2006 19:29:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/09/11/1207099.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/09/11/1207099.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>WEB网页结构化信息抽取技术介绍(网页库级)</title><link>http://blog.csdn.net/ubc/archive/2006/08/28/1131334.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1131334.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1131334.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1131334</trackback:ping><description>垂直搜索引擎 结构化信息抽取 &lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1131334.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 28 Aug 2006 18:28:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/08/28/1131334.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/08/28/1131334.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>查询处理以及分词技术（抽）</title><link>http://blog.csdn.net/ubc/archive/2006/08/28/1131257.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1131257.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1131257.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1131257</trackback:ping><description>查询处理 中文分词&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1131257.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 28 Aug 2006 18:08:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/08/28/1131257.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/08/28/1131257.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>游戏外挂的启示（先摘录某高手的一篇文章）</title><link>http://blog.csdn.net/ubc/archive/2006/08/24/1112732.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1112732.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1112732.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1112732</trackback:ping><description>游戏 外挂&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1112732.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Aug 2006 23:40:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/08/24/1112732.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/08/24/1112732.aspx</guid><dc:creator>Klion</dc:creator></item><item><title>Windows CE 开发的忠告(摘)</title><link>http://blog.csdn.net/ubc/archive/2006/08/04/1019102.aspx</link><wfw:comment>http://blog.csdn.net/ubc/comments/1019102.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ubc/comments/commentRss/1019102.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1019102</trackback:ping><description>WindowsCE 开发忠告&lt;img src =&quot;http://blog.csdn.net/ubc/aggbug/1019102.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Aug 2006 23:18:00 +0800</pubDate><author>Klion</author><comments>http://blog.csdn.net/ubc/archive/2006/08/04/1019102.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ubc/archive/2006/08/04/1019102.aspx</guid><dc:creator>Klion</dc:creator></item></channel></rss>