Learning XSLT
Articles about XSLT, covering the basics and mor sophisticated topics. They are primarily intended for learning purposes.
- Extending XSLT
Doug Tidwell (NEW 16. October)
This chapter adapted from the O'Reilly book XSLT shows how to create XSLT extension functions and extension elements, and
it demonstrates how to use them to generate interactive pie charts, query databases, and build JPEG graphics from a stylesheet.
Plus details on using fallback processing, which tells the stylesheet how to function when extension elements and functions
are not available. Exstensive code samples demonstrate methods for working with XSLT extensions in Xalan for Java, Saxon,
Jython (JPython), JavaScript, and Jacl.
- Style
XML.com
Transforming XML to its published format: web, screen or print.
- Transforming XML with XSLT
Steve Muench
This is an online chapter from Steve Muench's Book "Building Oracle XML Applications". It describes the XSLT programming language
at introductionary level with nice illustrations; contains four subsections: XSLT Processing Mechanics; Single-Template Stylesheets;
Understanding Input and Output Options; Improving Flexibility with Multiple Templates
- XSL Concepts and Practical Use
Norman Walsh; Paul Grosso; Arbortext; Sun Microsystems
Great introductionary and advanced information on XSLT as well as XSL-FO.
- XSL FAQ
Dave Pawson
These questions and answers have been gleaned from the list kindly hosted by Mulberrytech. It's the number one place for answers,
if you don't have them yourself.
- XSL Transformations
Eliotte R. Harold
Chapter 14 of the XML Bible (IDG, 1999).
- XSL Transformations: XSLT Alleviates XML Schema Incompatibility Headaches
Don Box, Aaron Skonnard, and John Lam (MSDN adapted)
In this article you'll learn how to use the XSLT instructions and template rules, manage namespaces, control transformation
output, use multiple stylesheets, and employ pattern-matching with template rules.
- XSL Tutorial
Roger L. Costello
This tutorial also contains a complete set of labs with answers.
- XSLT in Context
Michael Kay
This is the sample chapter from the book "XSLT Programmer's Reference" -- an outstanding book on XSLT that's really worth
reading.