<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Scott Xu's Blog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/27088/rss</id><updated>2008-09-06T04:08:45Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27088/rss"/><entry><id>http://www.cnblogs.com/rgxs/archive/2008/09/01/CSharp_XML.html</id><title type="text">C#发现之旅第一讲 C#－XML开发</title><summary type="text">XML全名是可扩展标记语言，是W3C国际标准组织规定的一种基于文本的数据存储格式，它是从IBM的SGML技术派生的，HTML也是从SGML派生的。SGML内容非常复杂，而XML使用了SGML的20%的语法实现了SGML的80%的功能。</summary><published>2008-09-01T14:56:00Z</published><updated>2008-09-01T14:56:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/09/01/CSharp_XML.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/09/01/CSharp_XML.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Operators.html</id><title type="text">XPath Operators Basic</title><summary type="text">An XPath expression returns either a node-set, a string, a Boolean, or a number. 一个 XPath 表达式可以返回一个节点集，一个字符串，一个布尔值，或一个数值 </summary><published>2008-08-30T17:30:00Z</published><updated>2008-08-30T17:30:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Operators.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Operators.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Axes.html</id><title type="text">XPath Axes Basic</title><summary type="text">The XML Example DocumentWe will use the following XML document in the examples below.</summary><published>2008-08-30T17:06:00Z</published><updated>2008-08-30T17:06:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Axes.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/XPath_Axes.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/31/xpath_syntax.html</id><title type="text">XPath Syntax Basic</title><summary type="text">XPath uses path expressions to select nodes or node-sets in an XML document. The node is selected by following a path or steps. XPath使用路径表达式在XML文档中选择节点或节点套,节点的选择通过以下方式:</summary><published>2008-08-30T16:45:00Z</published><updated>2008-08-30T16:45:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/xpath_syntax.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/xpath_syntax.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/31/Xpath.html</id><title type="text">XPath Basic</title><summary type="text">什么是XPathXPath is a syntax(语法) for defining parts of an XML document XPath uses path expressions(路径表达式) to navigate(导航,定位) in XML documents XPath contains a library of standard functions (包含一些标准函数库) XPath is a major element in XSLT (XSLT的主要构成部份) XPath is a W3C Standard (W3C的一个标准) </summary><published>2008-08-30T16:11:00Z</published><updated>2008-08-30T16:11:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/Xpath.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/31/Xpath.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/30/1280187.html</id><title type="text">XSLT Basic</title><summary type="text">XSLT全称eXtended Stylesheet Language Transformation</summary><published>2008-08-30T09:33:00Z</published><updated>2008-08-30T09:33:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/30/1280187.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/30/1280187.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/27/1277294.html</id><title type="text">深入浅出之正则表达式（二）</title><summary type="text">什么是正则表达式基本说来，正则表达式是一种用来描述一定数量文本的模式。Regex代表Regular Express。本文将用&gt;来表示一段具体的正则表达式。一段文本就是最基本的模式，简单的匹配相同的文本。</summary><published>2008-08-27T01:15:00Z</published><updated>2008-08-27T01:15:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/27/1277294.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/27/1277294.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/27/1277290.html</id><title type="text">深入浅出之正则表达式（一）</title><summary type="text">什么是正则表达式基本说来，正则表达式是一种用来描述一定数量文本的模式。Regex代表Regular Express。本文将用&gt;来表示一段具体的正则表达式。一段文本就是最基本的模式，简单的匹配相同的文本。</summary><published>2008-08-27T01:12:00Z</published><updated>2008-08-27T01:12:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/27/1277290.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/27/1277290.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/26/1277107.html</id><title type="text">通过Microsoft.Feeds获取feeds</title><summary type="text">今天在添加引用的时候，忽然在com里发现这么一个好东东。</summary><published>2008-08-26T15:23:00Z</published><updated>2008-08-26T15:23:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/26/1277107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/26/1277107.html"/></entry><entry><id>http://www.cnblogs.com/rgxs/archive/2008/08/03/1259452.html</id><title type="text">My Best Loves</title><summary type="text">中文单曲：乘客 演唱：王菲作词：林夕 作曲：sophine zelmani lars halapi 编曲：郭亮 歌词节选：</summary><published>2008-08-03T14:13:00Z</published><updated>2008-08-03T14:13:00Z</updated><author><name>Scott Xu(南方小鬼)</name><uri>http://www.cnblogs.com/rgxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rgxs/archive/2008/08/03/1259452.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rgxs/archive/2008/08/03/1259452.html"/></entry></feed>
