XSLT

The educational technology and digital learning wiki
Jump to navigation Jump to search

Draft

Definition

“A transformation expressed in XSLT is called a stylesheet. A stylesheet contains a set of template rules. A template rule has two parts: a pattern which is matched against nodes in the source tree and a template which can be instantiated to form part of the result tree. This allows a stylesheet to be applicable to a wide class of documents that have similar source tree structures.” (XSL Transformations (XSLT), retrieved 19:39, 30 May 2007 (MEST))

“A transformation expressed in XSLT describes rules for transforming a source tree into a result tree. The transformation is achieved by associating patterns with templates. A pattern is matched against elements in the source tree. A template is instantiated to create part of the result tree. The result tree is separate from the source tree. The structure of the result tree can be completely different from the structure of the source tree. In constructing the result tree, elements from the source tree can be filtered and reordered, and arbitrary structure can be added.”(XSL Transformations (XSLT), retrieved 19:39, 30 May 2007 (MEST))

Tutorial

See XSLT Tutorial - Basics

Links

2.1 Manuals

2.2 Specifications, standards and official propaganda

Official Frameworks

XML Specifications

2.3 FAQ's

2.4 NewsGroups and Mailing Lists

2.5 General Tutorials

(most are somewhat technical, see also general XML tutorials on [/guides/xml/pointers.html XML Pointers] )

2.6 XSLT Tutorials

IMPORTANT: Some tutorials do not respect the current XSLT Specification [don't have time to clean them ou :( ]

2.7 XSLFO Tutorials

  • XSL-FO (very good on-line BOOK)
  • FOP Slide Kit. Technical article from Paul Sandoz (SUN) about slides with FOP

[#top logo ]

[#section1 XSL @ TECFA]

[#section2 Documentation]

[#section3 XSL for programmers]

[#section4 Software]

[#section5 Examples]

[#section6 Links]

3. XSL for programmers

See the [/guides/xml/pointers.html XML Pointers] for now.

3.1 PHP's XSLT processor

[#top logo ]

[#section1 XSL @ TECFA]

[#section2 Documentation]

[#section3 XSL for programmers]

[#section4 Software]

[#section5 Examples]

[#section6 Links]

4. Software

4.1 XSLT/FO Processors

  • SAXON The SAXON package is a collection of tools for processing XML documents, e.g. an XSL (XSLT and XPath).
    INSTALLED at Tecfa: [password protected local documentation]. Saxon has extension features that others (Xalan) have not.
  • Gnome LibXML2 and it's associated XSLT C library. Used in PHP 5.0. There also command line tools for batch use, including xsltproc that also does XInclude. Installed @ Tecfa
  • tkxsltproc is a GUI frontend for the Gnome libxslt packages (see above). MacOSX, Win, Linux [9/2004]
  • Sablotron Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Has some extensions, e.g. multiple output files. This is also the library used in PHP 4.x
  • Apache / Xalan-J is a Java-based XSLT 1.0 processor. Works with Xerces-Java (XML parser). Both are also distributed with other Apache products, like FOP. (installed @ Tecfa)
  • Apache / FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree and then turns it into a PDF document. Installed @ Tecfa.
  • xmlroff. Sun sponsored xsl formatter for productin PDF and PS (2/2003). Early Beta, [not tested yet].

4.2 XSLT Libraries

4.3 Editors and Modes

  • Stylus XSLT Editor is part of Stylus XML editor (Windows, payware = $275 academic, 30 Day demo, home edition = $49)
  • XSLT-process is a minor mode for GNU Emacs/XEmacs which transforms it into a powerful editor with XSLT processing and debugging capabilities (For people who know Emacs!)

4.4 Other tools

  • XSLTDoc, an XSLT stylesheet documentation generator (tested/works)
  • catchXSL, an XSL profiler from I3 written in Java, needs Xalan or Saxon.

[#top logo ]

[#section1 XSL @ TECFA]

[#section2 Documentation]

[#section3 XSL for programmers]

[#section4 Software]

[#section5 Examples]

[#section6 Links]

5. Examples

Showing context-free examples is a tricky issue, since tree transformations and rendering depends on specific DTDs and tasks.

  • *XSL Tree Display Stylesheet from Crane Softwrigthts Ltd. Usefull to check the node structure of a document !
  • Look at some simple [/guides/xml/cocoon Cocoon examples ] (you need Netscape or know to make IE Internet compatible to look at sources)
  • Sourcepole XSL package
  • ... more needed here (including Tecfa's own)

[#top logo ]

[#section1 XSL @ TECFA]

[#section2 Documentation]

[#section3 XSL for programmers]

[#section4 Software]

[#section5 Examples]

[#section6 Links]

6. Links