XML编程语言 X#
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.xsharp.org/
- 软件文档: http://wiki.codeglide.com/X_Sharp
软件介绍
X# (音: X-sharp) 是一个面向XML的编程语言,用来快速的创建 Web 应用和服务。对 X# 而言,任何事物都是XML 树,包括函数方法、对象等。
下面是一个用来生成RSS摘要的简单例子:
<xsp:append-child target="document('xdbc:mysql://192.168.1.27:3306/maindb')/oil_news">
<xsp:for-each select="(document('http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml')/text() >> /library/xml/pi('import'))/channel/item[contains(title,'oil')]">
<row>
<title><xsp:text value="{title}"/></title>
<description><xsp:text value="{description}"/></description>
<link><xsp:text value="{link}"/></link>
</row>
</xsp:for-each>
</xsp:append-child>
About Face 3
Alan Cooper、Robert Reimann、David Cronin / John Wiley & Sons / 2007-5-15 / GBP 28.99
* The return of the authoritative bestseller includes all new content relevant to the popularization of how About Face maintains its relevance to new Web technologies such as AJAX and mobile platforms......一起来看看 《About Face 3》 这本书的介绍吧!
