Lecture overview -- Keyboard shortcut: 'u'  Previous page: Transformation approach -- Keyboard shortcut: 'p'  Next page: LAML transformation functions -- Keyboard shortcut: 'n'  Alphabetic index  Help page about these notes  Course home    Slide 10 : 18

Example: Soccer Tournaments  

The source document is a sequence of soccer game results

The target document is an HTML paraphrasing of the game results

Example from Michael Kay's paper What kind of language is XSLT?

 

basic-example-doc.lamlA soccer tournament source document.
 

basic-soccer-style.scmThe soccer tournament transformation program.
 

basic-example-doc.htmlThe soccer tournament target document.
 

basic.xsltThe similar XSLT transformation program.
 

Needs a mirror of the soccer tournament language XML language in Scheme

Therefore it is necessary to write an XML DTD of that language