随笔分类 -  XML & XSLT

摘要:XML全名是可扩展标记语言,是W3C国际标准组织规定的一种基于文本的数据存储格式,它是从IBM的SGML技术派生的,HTML也是从SGML派生的。SGML内容非常复杂,而XML使用了SGML的20%的语法实现了SGML的80%的功能。 阅读全文
posted @ 2008-09-01 22:56 Scott Xu(南方小鬼) 阅读(750) 评论(3) 推荐(0)
摘要:An XPath expression returns either a node-set, a string, a Boolean, or a number. 一个 XPath 表达式可以返回一个节点集,一个字符串,一个布尔值,或一个数值 阅读全文
posted @ 2008-08-31 01:30 Scott Xu(南方小鬼) 阅读(366) 评论(0) 推荐(0)
摘要:The XML Example Document We will use the following XML document in the examples below. 阅读全文
posted @ 2008-08-31 01:06 Scott Xu(南方小鬼) 阅读(250) 评论(0) 推荐(0)
摘要: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文档中选择节点或节点套,节点的选择通过以下方式: 阅读全文
posted @ 2008-08-31 00:45 Scott Xu(南方小鬼) 阅读(297) 评论(0) 推荐(0)
摘要:什么是XPath XPath 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的一个标准) 阅读全文
posted @ 2008-08-31 00:11 Scott Xu(南方小鬼) 阅读(275) 评论(0) 推荐(0)
摘要: XSLT全称eXtended Stylesheet Language Transformation 阅读全文
posted @ 2008-08-30 17:33 Scott Xu(南方小鬼) 阅读(273) 评论(0) 推荐(0)

乘客