<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>记忆博客园 - XML类</title><link>http://blog.csdn.net/remanticmemory/category/266184.aspx</link><description>把新的技术埋藏在这里</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 27 Sep 2007 08:59:28 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>RemanticMemory</dc:creator><title>XML创建可排序、分页的数据显示页面</title><link>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462172.aspx</link><pubDate>Tue, 26 Dec 2006 10:47:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462172.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1462172.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462172.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1462172.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1462172</trackback:ping><description>在web开发中，我们经常会遇到分页显示和排序数据记录集的情况，这在服务器端使用服务器端的代码和数据库技术是件很轻松的事情，比如：asp、php、jsp等。然而，如果要在客户端显示多条记录并且排序是一件很令人头疼的事情。下面，我们利用extensible markup language（xml，可扩展标记语言）和extensible stylesheet language transformations（xslt，可扩展样式单语言转换），并结合xml path language（xpath，xml路径语言），只需要编写简单的代码，就可轻松实现。这种方法避免了与服务器频繁打交道的过程，节省了数据显示的时间，浏览者无须等待就可以看到结果，也可以减少服务器的负担。另外。由于xml和xslt技术，使数据存储和数据显示分离，还可以让我们的代码能够重复利用，大大减轻了程序员编写代码的负担。 &lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1462172.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>