to the main page... about these slides...

XSLT - XSL Transformations

(Prerequisites: XML, Namespaces, XPath)
  1. XSLT - XSL Transformations - an overview
  2. Usage scenarios - example applications
  3. Processing model - the basic ideas
  4. Structure of a style sheet - how does it look
    1. A tiny example - from business-card-XML to XHTML
  5. Patterns - using XPath for pattern matching
  6. Templates - constructing result tree fragments
    1. Literal result fragments
    2. Recursive processing
    3. Computed result fragments
    4. Conditional processing
    5. Sorting
    6. Variables and parameters
    7. Numbering
    8. Keys
  7. An example - the article example continued...
    1. Part I
    2. Part II
    3. Part III
  8. Issues not covered
  9. Links to more information