招商银行员工服装:寻找关于XSL的英文资料

来源:百度文库 编辑:高校问答 时间:2024/05/05 16:07:43
论文中要求英文资料翻译;找了几天没有找到,希望各位同道中人帮帮忙!最好是一篇系统的介绍,字数在4500-6000!

http://www.w3schools.com/xsl/是一篇关于XSL的全程教程!适合不同程度的学习者!
还有一篇关于XML的简介:非常非常非常非常非常好
http://www.sitepoint.com/article/really-good-introduction-xml

楼主可以在google里敲入 XSL forum ,马上会出现你想要的很多资料的,拈手可得.

下面只是其中一个关于XSL 的国外专业论坛

"http://www.mulberrytech.com/xsl/xsl-list/"

The eXtensible Stylesheet Language (XSL) is a family of languages which allows one to describe how files encoded in the XML standard are to be formatted or transformed. There are three languages in the family:

* XSL Transformations (XSLT): an XML language for transforming XML documents
* XSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML document
* the XML Path Language (XPath): a non-XML language used by XSLT, and also available for use in non-XSLT contexts, for addressing the parts of an XML document.

These three specifications are available in the form of W3C Recommendations.

Within Microsoft, the term XSL is sometimes used to refer to a Microsoft variant of XSLT developed as an implementation of an early (1998) W3C draft of the XSLT language, with Microsoft-specific extensions and omissions. Other commentators generally refer to this dialect as WD-xsl. The dialect was later superseded by a conformant implementation of the W3C specification.
Contents
[hide]

* 1 History
* 2 The XSL family
o 2.1 XSL Transformations
o 2.2 XSL Formatting Objects
o 2.3 XPath
* 3 See also
* 4 External links

[edit]

History

XSL started off as an attempt to bring the functionality of DSSSL, particularly in the area of print and high-end typeseting, to XML. A W3C Working group on XSL was started in December 1997, with Sharon Adler and Steve Zilles as co-chairs, with James Clark acting as editor (and unofficially as chief designer), and Chris Lilley as W3C staff contact. The group released a first public Working Draft on 18 August 1998. XSLT and XPath became W3C Recommendations on 16 November 1999 and XSL reached Recommendation status on 15 October 2001.
[edit]

The XSL family
[edit]

XSL Transformations

Main article: XSL Transformations

There are currently many XSLT implementations available. Several web-browsers including Internet Explorer (using the MSXML engine), Firefox, Mozilla, and Netscape (all using the TransforMiiX engine) support transformation of XML to HTML through XSLT. Other notable implementations are Saxon and Xalan.
[edit]

XSL Formatting Objects

Main article: XSL Formatting Objects

XSL Formatting Objects are less widely supported. Most, if not all, current implementations are only partial. FOP, from the Apache project, can render a large portion of the XSL formatting objects specification to PDF and other output formats. The PassiveTeX package is another implementation that uses TeX to convert the output of an XSL-FO stylesheet to PDF.

Other file formats are supported to various degrees:

* PostScript
* SVG
* MIF
* PCL
* text files

[edit]

XPath

Main article: XPath

XML Path Language (XPath) is used by XSLT to describe how to access parts of an XML document and is also considered to be part of the XSL family.

XQuery is another W3C project which is intended to provide similar capabilities for querying XML documents using XPath.

http://www.w3.org/Style/XSL/
http://xml.coverpages.org/xsl.html
http://www.xml.com/pub/a/2002/03/20/xsl-fo.html?page=1
http://www.xml.org/xml/resources_focus_cssxslfo.shtml
http://www.xmlfox.com/
http://xmlroff.sourceforge.net/
http://xmlgraphics.apache.org/fop/
http://alphaworks.ibm.com/tech/xfc
http://www.w3schools.com/xsl/
http://www.oxygenxml.com/xslt_editor.html

source:

http://en.wikipedia.org/wiki/Extensible_Stylesheet_Language