XSL an introduction
Presentation in manual mode
Presentation in autoshow mode
Or go directly to a slide:
1 - XSLT - An introduction
2 - Why XSLT
3 - XML Stylesheet languages: CSS and XSL
4 - XSL, XSLT and XSL-FO
5 - What is XSLT
6 - And that is not all..
7 - An XML document
8 - A basic XSLT Stylesheet copying the input document to the output
9 - Tree structure
10 - A basic XSLT Stylesheet doing something
11 - Creating a complete HTML document
12 - Matching elements
13 - Matching examples
14 - Narrowing selections
15 - Example stylesheet
16 - Matching attributes
17 - Template selections
18 - Attributes in the output
19 - Reuse the same elements with different templates
20 - Using mode-attribute on xsl:template
21 - Conditional processing
22 - Defining variables
23 - Using variables
24 - Counting and numbering
25 - An elaborate example