Difference between revisions of "XSLT"

From TEIWiki
Jump to navigation Jump to search
 
Line 18: Line 18:
  
 
== Support for TEI ==
 
== Support for TEI ==
http://www.tei-c.org/Software/teioo/
+
* http://www.tei-c.org/Software/teioo/
http://www.tei-c.org/Stylesheets/teic/
+
* [http://www.tei-c.org/Stylesheets/teic/ Sebastian Rahtz's stylesheet library]
  
 
== Language(s) ==
 
== Language(s) ==

Revision as of 20:39, 11 March 2007


Synopsis

Extensible Stylesheet Language Transformations (XSLT) is an XML-based language used for the transformation of XML documents.

XSLT is designed to transform XML documents into other XML documents. The original document is not changed; rather, a new document is created based on the content of an existing one.

See more at http://en.wikipedia.org/wiki/XSLT .

Features

Source code and licensing

Standard is copyrighted by W3C, which grants a license to reproduce it in its original form.

Support for TEI

Language(s)

Documentation is available from W3C in English; translations and third-party references exist in many languages.

User community

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

Sample implementations

Current version number and date of release

2.0 (W3C Recommendation 23 January 2007)

History of versions

1.0 (W3C Recommendation 16 November 1999)

Additional notes