当前位置: 首页 > 网络学院 > XML相关教程 > XSL/XSLT > XSL 语言

XSL/XSLT
XSL 语言
XSLT 介绍
XSLT 浏览器
XSLT 转换
<xsl:template>
<xsl:value-of>
<xsl:for-each>
<xsl:sort>
<xsl:if>
<xsl:choose>
<xsl:apply-templates>
XSLT - 客户端
XSLT - 服务器端
XSLT - 编辑XML
XSLT 摘要
XSLT 元素参考
XSLT 函数
XSL 编辑器

XSL/XSLT 中的 XSL 语言


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 671 ::
收藏到网摘: n/a

It started with XSL and ended up with XSLT, XPath, and XSL-FO.
它以XSL为开始,以XSLT,XPath和XSL-FO为终结。


It Started with XSL
以XSL为开始

XSL stands for EXtensible Stylesheet Language.
XSL表示扩展样式表语言(EXtensible Stylesheet Language)。

The World Wide Web Consortium (W3C) started to develop XSL because there was a need for an XML-based Stylesheet Language.
因为基于XML样式表语言的需要,万维网联盟(W3C)开始着手发展XSL。


CSS = HTML Style Sheets
层叠式样式表(CSS)= HTML样式表

HTML uses predefined tags and the meaning of the tags are well understood.
HTML使用预定义标签,并且,标签的含义比较容易理解。

The <table> element in HTML defines a table - and a browser knows how to display it.
在HTML中,<table>元素定义了一个表格,并且,浏览器知道该如何去显示它。

Adding styles to HTML elements is simple. Telling a browser to display an element in a special font or color, is easy with CSS.
给HTML元素添加样式是比较容易的。通过使用CSS,让浏览器显示具有特殊字体和颜色的元素是非常容易的。


XSL = XML Style Sheets
XSL=XML样式表

XML does not use predefined tags (we can use any tag-names we like), and the meaning of these tags are not well understood.
XML不使用预定义标签(我们可以使用任何我们自己喜欢的标签名字),这些标签的含义并不容易理解。

The <table> element in HTML defines a table - and a browser knows how to display it.
HTML中的<table>元素适用于定义一张表格的,因此浏览器知道该如何去显示它们。

Adding styles to HTML elements is simple. Telling a browser to display an element in a special font or color, is easy with CSS.
给HTML元素添加样式是比较容易的。通过使用CSS,让浏览器显示具有特殊字体和颜色的元素是非常容易的。


XSL - More Than a Style Sheet Language
XSL-扩展样式表语言(More Than a Style Sheet Language)

XSL consists of three parts:
XSL由3部分组成:

  • XSLT - a language for transforming XML documents
    XSLT-转变XML文档的语言。
  • XPath - a language for navigating in XML documents
    XPath-对XML文档进行导航的语言。
  • XSL-FO - a language for formatting XML documents
    XSL-FO - 格式化XML文档的语言。

This Tutorial is About XSLT

关于XSLT的教程

The rest of this tutorial is about XSLT - the language for transforming XML documents.
剩下这部分的教程是关于XSLT的——转换XML文档的语言。

But you can also study our XPath Tutorial and our XSL-FO Tutorial.
同样地,你还可以学习我们的 XPath 教程 和我们的 XSL-FO 教程.

评论 (0) All

登陆 | 还没注册?