XSLT: Difference between revisions

From TEIWiki
Jump to navigation Jump to search
Additional notes: http://www.online-xslt-processor.tk/ - Automatic As You Type Online XSLT Processor
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
[[Category:Conversion and preprocessing tools]]
[[Category:Conversion and preprocessing tools]]
[[Category:Publishing and delivery tools]]
[[Category:Publishing and delivery tools]]
[[Category:XSLT|*]]
[[Category:XSLT|!]]


== Synopsis ==
== Synopsis ==
Line 13: Line 13:


== Features ==
== Features ==
== User commentary ==
'''Please sign all comments.'''




Line 20: Line 24:
== Support for TEI ==
== Support for TEI ==
* [[TEI_OpenOffice_Package|TEI OpenOffice Package]]
* [[TEI_OpenOffice_Package|TEI OpenOffice Package]]
* [http://www.tei-c.org/Stylesheets/teic/ Sebastian Rahtz's stylesheet library]
* [http://www.tei-c.org/release/doc/tei-xsl-common/ Sebastian Rahtz's stylesheet library]
* http://www.tei-c.org/P5/p4top5.xsl -- "a small XSLT stylesheet to convert vanilla TEI P4 documents to TEI P5", maintained by Sebastian Rahtz
* http://www.tei-c.org/P5/p4top5.xsl -- "a small XSLT stylesheet to convert vanilla TEI P4 documents to TEI P5", maintained by Sebastian Rahtz


Line 34: Line 38:
== Sample implementations ==
== Sample implementations ==


* [[:Category:XSLT|XSLT section of the wiki]]


== Current version number and date of release ==
== Current version number and date of release ==
Line 50: Line 55:
* Bob DuCharme's ''XSLT Quickly''
* Bob DuCharme's ''XSLT Quickly''
* http://www.xml.com/pub/q/transformingxml
* http://www.xml.com/pub/q/transformingxml
* http://www.online-xslt-processor.tk - Automatic As You Type Online XSLT Processor

Latest revision as of 09:11, 1 April 2010


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

User commentary

Please sign all comments.


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.

Documentation

See "Documentation" section at http://en.wikipedia.org/wiki/XSLT#External_links .

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