当前位置: 首页 > 网络学院 > XML相关教程 > XSL/XSLT > XSL 语言
It started with XSL and ended up with XSLT, XPath, and XSL-FO.
它以XSL为开始,以XSLT,XPath和XSL-FO为终结。
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。
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,让浏览器显示具有特殊字体和颜色的元素是非常容易的。
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 consists of three parts:
XSL由3部分组成:
关于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 教程.