<?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/desertFishToHeaven" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/desertFishToHeaven" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 04 Apr 2008 21:50:00 GMT</lastBuildDate><title>desertFishToHeaven的专栏</title><link>http://blog.csdn.net/desertfishtoheaven/</link><item><title>WPF-- 合并资源字典</title><link>http://blog.csdn.net/desertFishToHeaven/archive/2008/04/04/2252111.aspx</link><wfw:comment>http://blog.csdn.net/desertfishtoheaven/comments/2252111.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/desertfishtoheaven/comments/commentRss/2252111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2252111</trackback:ping><description>本文对ＷＰＦ中的字典管理的几种方式结果进行了分析．&lt;img src =&quot;http://blog.csdn.net/desertfishtoheaven/aggbug/2252111.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 05 Apr 2008 05:50:00 +0800</pubDate><author>desertFishToHeaven</author><comments>http://blog.csdn.net/desertFishToHeaven/archive/2008/04/04/2252111.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/desertFishToHeaven/archive/2008/04/04/2252111.aspx</guid><dc:creator>desertFishToHeaven</dc:creator><fs:srclink>http://blog.csdn.net/desertFishToHeaven/archive/2008/04/04/2252111.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/desertFishToHeaven/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/desertFishToHeaven/~1299654/206275556/1302642</fs:itemid></item><item><title>ASP.NET AJAX 1.0 小记</title><link>http://blog.csdn.net/desertFishToHeaven/archive/2007/06/06/1640193.aspx</link><wfw:comment>http://blog.csdn.net/desertfishtoheaven/comments/1640193.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/desertfishtoheaven/comments/commentRss/1640193.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1640193</trackback:ping><description>ajax小知识&lt;img src =&quot;http://blog.csdn.net/desertfishtoheaven/aggbug/1640193.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 06 Jun 2007 18:18:00 +0800</pubDate><author>desertFishToHeaven</author><comments>http://blog.csdn.net/desertFishToHeaven/archive/2007/06/06/1640193.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/desertFishToHeaven/archive/2007/06/06/1640193.aspx</guid><dc:creator>desertFishToHeaven</dc:creator><fs:srclink>http://blog.csdn.net/desertFishToHeaven/archive/2007/06/06/1640193.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/desertFishToHeaven/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/desertFishToHeaven/~1299654/206275557/1302642</fs:itemid></item><item><title>ＣＳＳ＋ＤＩＶ＋ＸＭＬ＋ＸＳＬ小解</title><link>http://blog.csdn.net/desertFishToHeaven/archive/2007/01/29/1497333.aspx</link><wfw:comment>http://blog.csdn.net/desertfishtoheaven/comments/1497333.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/desertfishtoheaven/comments/commentRss/1497333.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1497333</trackback:ping><description>本文通过一个简单的例子来说明了ＣＳＳ＋ＤＩＶ＋ＸＭＬ＋ＸＳＬ的应用在文中我通过
       DIV定义了一个上中下结构的的窗体，其中中间部分又被两个DIV分成了左右两部分我通过定义
       一个XML文件来存储中间两部分的数据，通过两个XSL来表现数据，并用C#语法动态的加载数据
       展现在了中间的DIV部分，这就是本文说明的一种表现层的数据于页面的分离。用这种机制大大
       提高了页面布局的灵活性，你可以很方便的改变页面展现的内容（通过操作XML文件）你也可以
       很方便的体现不同的数据展现（通过修改XSL），可以修改样式属性（通过修改CSS），您还可以
       方便的改变整体的架构布局（通过模板），当然这些操作都是独立进行的，这才是它的精华，你
       了解了吗？有人就要提问了 ，那我要是把页面分成50快，那我不是要写50个XSL来展现这样会不
       会对网站的性能影响太的，哈哈，那我回大你 不会太大 基于XSL+XML的展现做的是很完美的，你
       可以不用太担心（当然肯定会有损失，它不可能和静态页&lt;img src =&quot;http://blog.csdn.net/desertfishtoheaven/aggbug/1497333.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 Jan 2007 02:55:00 +0800</pubDate><author>desertFishToHeaven</author><comments>http://blog.csdn.net/desertFishToHeaven/archive/2007/01/29/1497333.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/desertFishToHeaven/archive/2007/01/29/1497333.aspx</guid><dc:creator>desertFishToHeaven</dc:creator><fs:srclink>http://blog.csdn.net/desertFishToHeaven/archive/2007/01/29/1497333.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/desertFishToHeaven/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/desertFishToHeaven/~1299654/206275558/1302642</fs:itemid></item></channel></rss>