Changes between Initial Version and Version 1 of Training/XSLTinPractice

Show
Ignore:
Timestamp:
11/03/08 06:58:56 (22 months ago)
Author:
tkg
Comment:

Sample Course Outline: XSLT in Practice.

Legend:

Unmodified
Added
Removed
Modified
  • Training/XSLTinPractice

    v1 v1  
     1= Sample Course Outline: XSLT in Practice = 
     2 
     3Provides practical techniques for real-world XSLT problems such as 
     4multi-level grouping, returning multiple results from calling a 
     5template, and writing extension functions.  It also covers what happens 
     6after you've hit "Save" on your XSLT stylesheet file, including 
     7profiling, debugging, and testing your stylesheet and verifying that the 
     8output is correct. 
     9 
     10This course suits someone who can write XSLT stylesheets and is now 
     11ready for more challenging problems and for delivering high quality 
     12customer solutions. 
     13 
     14By the end of the course, participants will: 
     15 
     16 - Have specific techniques for some of the harder XSLT problems 
     17 - Write an extension function 
     18 - Understand profiling and debugging of XSLT 
     19 - Understand the roles of unit testing and output checking for producing high quality output 
     20 
     21The course includes a number of exercises based on your documents. 
     22 
     23=== Duration: 1 day or 2 days === 
     24 
     25 
     26== Advanced XSLT Techniques == 
     27 
     28 - Summing 
     29 - Numbering 
     30 - Sorting 
     31 - Grouping 
     32 - Modularising XSLT 
     33 - Picking apart text 
     34 - Multiple results from a template 
     35 
     36== Extensions == 
     37 
     38 - Writing an extension function 
     39 
     40== XSLT Quality == 
     41 
     42 - Profiling 
     43 - Debugging 
     44 - Unit tests 
     45 - Verifying output